zen-crab
zen-crab
In the Resources -> 'Other Styles' section of the README, there is a link to 'Popular JavaScript Coding Conventions on GitHub'. That site shows the "current" JavaScript coding conventions by...
I've noticed that `parseISO` will accept just about anything (except white space and `T`) after the timezone in an ISO 8601 formatted string. Some examples where `parseISO` and `new Date()`...
Is it possible to write a schema that validates an object whose keys aren't known, but the schema of the values are? For example: ``` javascript const obj = {...
### Is there an existing issue for this? - [x] I have searched the existing issues. ### Are you using the latest MineColonies Version? - [x] I am running the...