Practical Microservices: import of uuid (page 6)

Importing uuid seems to work like this nowadays:

const { v4: uuid } = require('uuid')
3 Likes