- Preparing search index...
- The search index is not available
file-mapping
Constructors
constructor
- new Collection<T>(storage: string, proto?: T): Collection<T>
-
Parameters
-
storage: string
-
Optional
proto: T
Properties
Private
collection
collection
: Map<string, Mapping<T>> = ...
Private
Optional
proto
proto?: T
Private
storage
storage: string
Methods
delete
- delete(id: string): boolean