mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 07:10:23 +00:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
/// <reference path="./decamelize.d.ts" />
|
|
|
|
import decamelize = require('decamelize');
|
|
|
|
decamelize('unicornRainbow');
|
|
decamelize('unicornRainbow', '-'); |