@waiting/shared-types
Advanced tools
Comparing version 20.12.0 to 20.13.0
export type BigIntStr = bigint | string; | ||
export type Decimal = number | string; | ||
export type Decimal = `${number}` | number | bigint; | ||
/** | ||
@@ -4,0 +4,0 @@ * ISO 8601 format, |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "20.12.0", | ||
"version": "20.13.0", | ||
"description": "shared typescript types", | ||
@@ -65,3 +65,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "159bc76c382d8029fe04367b87e28587c1a73814" | ||
"gitHead": "88133dc03b3df986fa8ae4944cd7abcee857ec8e" | ||
} |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export type BigIntStr = bigint | string | ||
export type Decimal = number | string | ||
// export type Decimal = number | string | ||
export type Decimal = `${number}` | number | bigint | ||
@@ -6,0 +7,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
88028
1198