Codebase list node-decamelize / cd0174ab-08bc-4f92-9c02-23043c9f1d25/main index.test-d.ts
cd0174ab-08bc-4f92-9c02-23043c9f1d25/main

Tree @cd0174ab-08bc-4f92-9c02-23043c9f1d25/main (Download .tar.gz)

index.test-d.ts @cd0174ab-08bc-4f92-9c02-23043c9f1d25/mainraw · history · blame

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

expectType<string>(decamelize('unicornRainbow'));
expectType<string>(decamelize('unicornRainbow', '-'));