intertype
Advanced tools
Comparing version 7.5.0 to 7.5.1
@@ -812,2 +812,4 @@ (function (global, factory) { | ||
function inspectBigInt(number, options) { return number.toString() + 'n'; }; | ||
function inspectNumber(number, options) { | ||
@@ -1063,2 +1065,4 @@ if (isNaN(number)) { | ||
Number: inspectNumber, | ||
BigInt: inspectBigInt, | ||
bigint: inspectBigInt, | ||
string: inspectString, | ||
@@ -1065,0 +1069,0 @@ String: inspectString, |
{ | ||
"name": "intertype", | ||
"version": "7.5.0", | ||
"version": "7.5.1", | ||
"description": "A JavaScript typechecker", | ||
"main": "lib/main.js", | ||
"main": "./index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo use https://github.com/loveencounterflow/hengist" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
478397
35
4309