Abstract Packages

abstract-list

Provide an interface for abstract lists. An abstract list behaves like a read-only array, but without storage. It can virtually store an infinite number of elements. It's meant for working flexibly with arrays. Regular arrays can be used as abstract lists

1.0.16 • Published 1 year ago

common-abstract

常用的接口与类 ``` npm install common-abstract ``` ```ts import { HoldPromise } from 'common-abstract' import type { Task } from 'common-abstract' ```

0.0.3 • Published 3 years ago