Skip to content

Home > sculp-js > DateValue

DateValue type

Signature:

typescript
export type DateValue = number | string | Date;

Released under the MIT License.