@nerdware/ddb-single-table
Version:
A schema-based DynamoDB modeling tool, high-level API, and type-generator built to supercharge single-table designs!⚡
7 lines • 336 B
TypeScript
/**
* @returns `true` if the value is a valid ISO-8601 date or datetime string, `false` otherwise.
*
* @see {@link ISO_8601_DATETIME_OR_DATE_VALIDATION_REGEX} for validation details.
*/
export declare const isValidIso8601DatetimeString: (value: unknown) => value is string;
//# sourceMappingURL=isValidIso8601DatetimeString.d.ts.map