From NodeJs v14.17.0 is available in [crypto module](https://nodejs.org/dist/latest-v14.x/docs/api/crypto.html#crypto_crypto_randomuuid_options). Example: ```ts import { randomUUID: uuid } from 'crypto'; uuid(); ```