UNPKG

@lxdhub/api

Version:

Display, search and copy LXD-images using a web interface.

7 lines (6 loc) 138 B
/** * The mocked class of the Fs Module */ export declare class FsMock { readFile(path: string, encoding: string): Promise<void>; }