DefinitelyTyped/types/shebang-command/shebang-command-tests.ts
2018-12-31 08:18:16 -08:00

4 lines
121 B
TypeScript

import shebangCommand = require('shebang-command');
shebangCommand('#!/usr/bin/env node'); // $ExpectType string | null