5 packages
@coderone/bomberland-library
```bash yarn install @coderone/bomberland-library ```
@coderone/game-library
```bash yarn install @coderone/game-library ```
demo-ts-runtime-check
jsonschema-mask
A well tested lightweight library that takes in a JSON schema and a JSON object and ensures that extra properties are removed from the object. It requires two peer dependencies of [ajv](https://github.com/ajv-validator/ajv) and [jsonpointer](https://githu
ts-runtime-validation
A set of tools to generate json-schema validations from typescript interface(s) and methods to validate unknown data at runtime against them