UNPKG

273 BTypeScriptView Raw
1// Type definitions for urix 0.1
2// Project: https://github.com/lydell/urix
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = urix;
7
8declare function urix(path: string): string;