UNPKG

@lxdhub/api

Version:

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

9 lines (8 loc) 156 B
/** * The mocked class of the Path module */ export class PathMock { public join(...paths: string[]): string { return paths.join(''); } }