mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
/// <reference path="./decamelize.d.ts" />
|
|
|
|
import decamelize = require('decamelize');
|
|
|
|
decamelize('unicornRainbow');
|
|
decamelize('unicornRainbow', '-'); |