UNPKG

@types/unixify

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