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.

3 lines (2 loc) 182 B
import type { StandardSchemaV1 } from "@standard-schema/spec"; export declare function isStandardSchema<TInput, TOutput>(value: unknown): value is StandardSchemaV1<TInput, TOutput>;