Files
DefinitelyTyped/detect-indent/detect-indent-tests.ts
2014-04-01 02:11:48 +02:00

9 lines
137 B
TypeScript

/// <reference path="detect-indent.d.ts" />
import di = require('detect-indent');
var str: string;
str = di(str);
str = di(str, str);