@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
10 lines • 350 B
JavaScript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
import * as z from "zod";
export function constDateTime(val) {
return z.custom((v) => {
return (typeof v === "string" && new Date(v).getTime() === new Date(val).getTime());
}, `Value must be equivalent to ${val}`);
}
//# sourceMappingURL=constdatetime.js.map