@types/shebang-command
Version:
TypeScript definitions for shebang-command
23 lines (16 loc) • 725 B
Markdown
# Installation
> `npm install --save @types/shebang-command`
# Summary
This package contains type definitions for shebang-command (https://github.com/kevva/shebang-command#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shebang-command.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shebang-command/index.d.ts)
````ts
export = shebangCommand;
declare function shebangCommand(str: string): string | null;
````
### 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).