Codebase list node-strip-indent / upstream/3.0.0+_1.0.1 index.test-d.ts
upstream/3.0.0+_1.0.1

Tree @upstream/3.0.0+_1.0.1 (Download .tar.gz)

index.test-d.ts @upstream/3.0.0+_1.0.1raw · history · blame

1
2
3
4
import {expectType} from 'tsd';
import stripIndent = require('.');

expectType<string>(stripIndent('\tunicorn\n\t\tcake'));