py-py’s blog

何か書くよ

nest.jsのuuid

npm install uuid

sample.service.ts

OK : import { v4 as uuid} from "uuid";
NG: import * as uuid from "uuid";