fixes and workarounds for some blatant mistakes in the JS standard-lib
Find a file
2020-08-10 13:22:04 +02:00
.gitignore Initial commit 2020-08-10 12:47:42 +02:00
CHANGELOG.md v1.0.1 2020-08-10 13:22:04 +02:00
index.d.ts move doc strings into index.d.ts 2020-08-10 13:19:39 +02:00
index.js move doc strings into index.d.ts 2020-08-10 13:19:39 +02:00
LICENSE Initial commit 2020-08-10 12:47:42 +02:00
package.json v1.0.1 2020-08-10 13:22:04 +02:00
README.md v1.0.0 2020-08-10 13:07:04 +02:00

@norwin/javascript-is-bad

fixes and workarounds for some blatant mistakes in the JS standard-lib

intended for internal use.

install

npm install @norwin/javascript-is-bad

NOTE: uses new JS features, so transpile before use in browsers.

documentation

cat index.d.ts

license

GPL-3.0 and later