Files
DefinitelyTyped/types/detect-indent/detect-indent-tests.ts
2017-03-24 14:27:52 -07:00

8 lines
93 B
TypeScript

import di = require('detect-indent');
var str: string;
str = di(str);
str = di(str, str);