We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Development
1 parent 26be0b1 commit 0d82521Copy full SHA for 0d82521
README.md
@@ -235,32 +235,6 @@ More complex type predications are available on `maybeXXXXX` as well like
235
3. Rename `ensureXXXXX` to `assertXXXXX` (e.g. `ensureString` to `assertString`)
236
4. Rename `assumeXXXXX` to `ensureXXXXX` (e.g. `assumeNumber` to `ensureNumber`)
237
238
-## Development
239
-
240
-Lint code like:
241
242
-```text
243
-make lint
244
-```
245
246
-Format code like
247
248
249
-make fmt
250
251
252
-Check types like
253
254
255
-make type-check
256
257
258
-Run tests like:
259
260
261
-make test
262
263
264
## License
265
266
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
0 commit comments