UNPKG

kura

Version:

The FileSystem API abstraction library.

7 lines (6 loc) 116 B
export interface FileSystemObject { fullPath: string; lastModified?: number; name: string; size?: number; }