UNPKG

@lxdhub/api

Version:

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

7 lines (6 loc) 119 B
/** * The mocked class of the Path module */ export declare class PathMock { join(...paths: string[]): string; }