I try to make a uuid (v 3.0.1) package work in Node/Typescript app, but I\'m not sure what should I import and how to use it.
uuid
This is index.d.ts
index.d.ts
Per the tests:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/354cec620daccfa0ad167ba046651fb5fef69e8a/types/uuid/uuid-tests.ts
import uuid = require('uuid'); let uuidv4: string = uuid.v4();