@types/cwd
Version:
TypeScript definitions for cwd
24 lines (17 loc) • 705 B
Markdown
# Installation
> `npm install --save @types/cwd`
# Summary
This package contains type definitions for cwd (https://github.com/jonschlinkert/cwd).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cwd.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cwd/index.d.ts)
````ts
export = cwd;
declare function cwd(pathSegments: string[]): string;
declare function cwd(...pathSegments: string[]): string;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).