DefinitelyTyped/types/urix/index.d.ts
2019-01-01 14:58:16 +01:00

9 lines
273 B
TypeScript

// Type definitions for urix 0.1
// Project: https://github.com/lydell/urix
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = urix;
declare function urix(path: string): string;