UNPKG

@lxdhub/api

Version:

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

12 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The mocked class of the Path module */ class PathMock { join(...paths) { return paths.join(''); } } exports.PathMock = PathMock; //# sourceMappingURL=path.mock.js.map