UNPKG

kura

Version:

The FileSystem API abstraction library.

7 lines 170 B
export interface FileSystemObject { fullPath: string; lastModified?: number; name: string; size?: number; } //# sourceMappingURL=FileSystemObject.d.ts.map