SigilJS is a tiny library that lets you describe data using type sigils and validate it at runtime.
Example:
const User = Sigil` { name: string age?: number } `
User.check(data)
Zero dependencies. Bun-first.
Would love feedback.
antistructured•1h ago
SigilJS is a tiny library that lets you describe data using type sigils and validate it at runtime.
Example:
const User = Sigil` { name: string age?: number } `
User.check(data)
Zero dependencies. Bun-first.
Would love feedback.