UNPKG

@daiso-tech/core

Version:

The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.

11 lines 230 B
/** * @module Utilities */ /** * @internal */ export function isStandardSchema(value) { return (typeof value === "object" && typeof value["~standard"] === "object"); } //# sourceMappingURL=is-standard-schema.js.map