isISODate

@twine-protocol/twine-core v0.1.0Docs


twine-js / @twine-protocol/twine-core / isISODate

Function: isISODate()

isISODate(str): boolean

Is this string a valid ISO Date

Parameters

Parameter
Type
Description

str

string

The string to check

Returns

boolean

Defined in

packages/twine-core/src/checks.ts:16

Last updated