Codebase list node-decamelize / fd2da4e7-cee7-473c-a4e8-2926e35f50df/main index.test-d.ts
fd2da4e7-cee7-473c-a4e8-2926e35f50df/main

Tree @fd2da4e7-cee7-473c-a4e8-2926e35f50df/main (Download .tar.gz)

index.test-d.ts @fd2da4e7-cee7-473c-a4e8-2926e35f50df/mainraw · history · blame

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

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