TypeScript server runtime docs: nk.uuidV4 typo?

The following documentation:

Is the documentation meant to say:

let uuid = nk.uuidv4();

(Lowercase v)

Hello @KamilDev,

Thank you for reporting. Yes, it should be lowercase v. We’ll fix it in the documentation.

let uuid = nk.uuidv4();

Best.