mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 01:25:38 +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 { v1 } from './interfaces';
|
|
|
|
declare const v1: v1;
|
|
|
|
export = v1;
|