Skip to content

0.12.0

Compare
Choose a tag to compare
@ctn-malone ctn-malone released this 06 Oct 15:32
· 11 commits to master since this release
f6e7e6a

[0.12.0]

  • refactor: add JSDoc support for os and std modules
  • refactor: replace os and std imports with ./os.js and ./std.js to get completion
  • refactor: ensure // @ts-check is set in .js files
  • feat: add notNull function to simulate ! typescript operator (non-null assertion) (types.js)