UNPKG

112 BTypeScriptView Raw
1declare module 'strip-shebang' {
2 function stripShebang(input: string): string;
3 export = stripShebang;
4}