UNPKG

@ngx-cache/fs-storage

Version:
7 lines (6 loc) 157 B
export declare class FsItemMetadata { private readonly key; private readonly index; size: number; constructor(key: string, index: number); }