3 lines
73 B

declare function shebang(str: string): string | void;
export = shebang;