mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
* update uuid to v3 - remove the parse/unparse functions - allow importing 'uuid/v1' and 'uuid/v4' directly - keep v2 typings as 'uuid-v2' * Fix v2 folder naming
6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
import { v4 } from './interfaces';
|
|
|
|
declare const v4: v4;
|
|
|
|
export = v4;
|