@bunt/input
Advanced tools
Comparing version 0.24.54 to 0.24.55
@@ -1,5 +0,5 @@ | ||
import { MayNullable, Promisify } from "@bunt/util"; | ||
import { Promisify } from "@bunt/util"; | ||
import { SuperType } from "../SuperType"; | ||
export declare class StringAsNumber<TValue> extends SuperType<MayNullable<TValue>, Exclude<TValue, undefined | null>> { | ||
validate(payload: unknown): Promisify<TValue | undefined>; | ||
export declare class StringAsNumber extends SuperType<string | number, number> { | ||
validate(payload: unknown): Promisify<number>; | ||
} |
{ | ||
"name": "@bunt/input", | ||
"version": "0.24.54", | ||
"version": "0.24.55", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "7f686b8e92d41e8269b874ed8e116d5d70240838" | ||
"gitHead": "ade3e5fa44c56d82bd17c9d0c053f0cf2584e73e" | ||
} |
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
70663