Nathan de Maestri
Nathan de Maestri
I added `@metaplex-foundation/js` to my project, I'm seeing the following error in Visual Studio Code. ``` Could not find a declaration file for module '@metaplex-foundation/js'. '/Users/XXX/project/node_modules/@metaplex-foundation/js/dist/esm/index.mjs' implicitly has an 'any'...
Hi, while trying to find out about where [the casting bug](https://github.com/vlucas/vlid/issues/7) comes from I noticed that there's an issue around object circular reference. It was hidden until now because the...
First off, thank you for this nice, lightweight library! It's a nice replacement to the heavy joi without losing the "80%" as you put it :) I noticed an issue...