UNPKG

@momothepug/tsmodule-alias

Version:

Nodejs module loader from Typescript path alias

7 lines (6 loc) 272 B
import { HashMap } from "./../../type-definitions"; import { IHashMapGenerator } from "./../../Generator/Generator"; declare class ModuleAliasGenerator implements IHashMapGenerator { build(dataHelper: string): HashMap<string, string>; } export = ModuleAliasGenerator;