UNPKG

@lxdhub/api

Version:

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

14 lines (11 loc) 246 B
import * as Path from 'path'; export type PathType = typeof Path; /** * The Path provider, which encapsulates * the Path package into a injectable * module */ export const PathProvider = { provide: 'Path', useFactory: () => Path };