shebang.d.ts 73 B

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