文件名称:ts-utils:Typescript实用程序包
文件大小:169KB
文件格式:ZIP
更新时间:2024-04-26 03:05:30
HTML
@eunchurn ts-utils 环形缓冲区 用法 import { Ring } from "@eunchurn/ring-ts" ; const ring = new Ring ( 100 ) ; ring . push ( 1 ) ; console . log ( ring . toArray ( ) ) // [1] const { isEmpty , count , isFull , size } = testRing ; console . log ( { isEmpty , count , isFull , size } ) ; // { isEmpty: false, count: 1, isFull: false, size: 100 } ring . dequeue ( ) ; console . log ( ring . toArray ( ) ) // []
【文件预览】:
ts-utils-main
----typedoc.js(414B)
----typedoc.json(442B)
----package.json(2KB)
----.github()
--------renovate.json(296B)
--------workflows()
----.prettierrc(125B)
----LICENSE(1KB)
----lerna.json(455B)
----jest.config.ts(322B)
----.eslintrc.js(621B)
----tsconfig.json(552B)
----.gitignore(19B)
----README.md(671B)
----yarn.lock(318KB)
----packages()
--------ring-ts()
--------ringtest()
----coverage()
--------lcov.info(1KB)
--------clover.xml(3KB)
--------coverage-final.json(6KB)
--------lcov-report()