0.12.0
[0.12.0]
- refactor: add JSDoc support for
os
andstd
modules - refactor: replace
os
andstd
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
)