UNPKG

@lxdhub/api

Version:

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

12 lines (11 loc) 251 B
import * as Fs from 'fs-extra'; export declare type FsType = typeof Fs; /** * The Fs provider, which encapsulates * the Fs package into a injectable * module */ export declare const FsProvider: { provide: string; useFactory: () => any; };