shebang.d.ts 73 B

123
  1. declare function shebang(str: string): string | void;
  2. export = shebang;