Files
DefinitelyTyped/detect-indent/detect-indent-tests.ts
2016-04-27 21:53:46 -07:00

8 lines
93 B
TypeScript

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