@faast/ts-common
Advanced tools
Comparing version 0.5.0 to 0.5.1
import BigNumber from 'bignumber.js'; | ||
import { Numeric } from '#/types'; | ||
import { Numeric } from '../types'; | ||
export declare function toBigNumber(value: Numeric): BigNumber; | ||
@@ -4,0 +4,0 @@ export declare function toBigNumber(value: Numeric | null): BigNumber | null; |
import BigNumber from 'bignumber.js'; | ||
import { isNil } from '#/guards'; | ||
import { isNil } from '../guards'; | ||
export function toBigNumber(value) { | ||
@@ -4,0 +4,0 @@ if (isNil(value)) { |
{ | ||
"name": "@faast/ts-common", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Common typescript types and utils used by faast", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import BigNumber from 'bignumber.js' | ||
import { Numeric } from '#/types' | ||
import { isNil } from '#/guards' | ||
import { Numeric } from '../types' | ||
import { isNil } from '../guards' | ||
@@ -5,0 +5,0 @@ export function toBigNumber(value: Numeric): BigNumber |
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
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
651941