is-primitive
is-primitive copied to clipboard
Is the typeof value a javascript primitive?
sources https://tc39.es/ecma262/#sec-bigint-objects and https://v8.dev/features/bigint
If you want I can write a TypeScript type declaration file for this package so that TS developers can utilise the type-checking feature of the language as they use this...
Hi! I've added 3 new variants to the benchmarks: `oneTypeof`, `oneLiner` and `twoLiner`. ## Results All tests was runned on MacBook Pro / 10.14. It seems that `twoLiner` is the...