Skip to content

Home > sculp-js > LooseParamValue

LooseParamValue type

Signature:

typescript
export type LooseParamValue = string | number | boolean | Date | null | undefined;

Released under the MIT License.