DefinitelyTyped/types/decamelize/decamelize-tests.ts
Dimitri Benin 32c7e27ccd [decamelize] add linting & enable strict null checks (#18847)
* [decamelize] add linting & enable strict null checks

* [decamelize] reintroduce namespace to support import * syntax to avoid a breaking change for users
2017-08-11 10:19:22 -07:00

5 lines
109 B
TypeScript

import decamelize = require('decamelize');
decamelize('unicornRainbow');
decamelize('unicornRainbow', '-');