mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 14:30:22 +00:00
* Changed cuid to a variable and added slug method to it. * Reverted change
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
|
import cuid = require('cuid');
|
|
|
|
var cuidResult: string = cuid();
|
|
var slugResult: string = cuid.slug();
|