Yundo Han

Results 4 comments of Yundo Han

@Eazash https://www.npmjs.com/package/@yundo/prisma-generator-nestjs-dto Here it is

I have the same problem with alex-dixon in version 1.10.12. After I ran `turbo prune --docker` and tried to `yarn install --immutable`, this error occurred: ``` ➤ YN0000: ┌ Resolution...

이 회사를 추천합니다 👍 쓰여진 내용은 모두 **사실**입니다

Try to do like this: ```typescript function getValue( obj: T, path: TPath, ) { return getByPath(obj, path); } ```