(u: unknown): u is TopChecks whether a value is a Schema.
guards
Source effect/Schema.ts:22603 lines
export function function isSchema(u: unknown): u is TopChecks whether a value is a Schema.
isSchema(u: unknownu: unknown): u: unknownu is Top {
return import PredicatePredicate.hasProperty(u: unknownu, const TypeId: "~effect/Schema/Schema"TypeId) && u: unknownu[const TypeId: "~effect/Schema/Schema"TypeId] === const TypeId: "~effect/Schema/Schema"TypeId
}Referenced by 6 symbols