You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is.js - A typescript/javascript microlibrary with only one function: Checks if the given value is the given type(s).
typeOf.js - A typescript/javascript microlibrary with only one function: extended typeof operator with "null" type as string.
isObject.js - A typescript/javascript microlibrary with only one function: Checks if a value is an object.
constructorOf.js - A typescript/javascript microlibrary with only one function: The constructorOf function returns the constructor property of value, using optional chaining to avoid throwing if value is null or undefined.
NodeJS utils
min.js - This is my little JS minifier for Node.js