@types/urix
Version:
TypeScript definitions for urix
23 lines (16 loc) • 638 B
Markdown
# Installation
> `npm install --save @types/urix`
# Summary
This package contains type definitions for urix (https://github.com/lydell/urix).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/urix.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/urix/index.d.ts)
````ts
export = urix;
declare function urix(path: string): string;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).