Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/specosaur/src/types.ts>SpecificationDefinition

Specification pattern library for Deno.
Latest
interface SpecificationDefinition
import { type SpecificationDefinition } from "https://deno.land/x/specosaur@1.0.2/src/types.ts";

Properties

desc: string
name: string
isSatisfiedBy: (entity: T) => boolean