DefinitelyTyped/types/shell-escape/shell-escape-tests.ts
2017-08-30 16:56:11 -07:00

6 lines
123 B
TypeScript

import * as shellEscape from 'shell-escape';
() => {
const stringRes = shellEscape(['cp', '-r', 'src/', 'dest/']);
};