mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
8 lines
93 B
TypeScript
8 lines
93 B
TypeScript
|
|
import di = require('detect-indent');
|
|
|
|
var str: string;
|
|
|
|
str = di(str);
|
|
str = di(str, str);
|