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
This also works for me:
import uuidv4 from 'uuid/v4' this.projectId = uuidv4()