Stone.js API
    Preparing search index...
    • Adapts a Zod-style schema (anything exposing a synchronous safeParse) to the Stone.js NativeSchema contract. Structural — never imports Zod, so it works with any compatible engine and keeps the module dependency-free.

      Type Parameters

      • T

      Parameters

      Returns NativeSchema<T>

      A Stone.js validation schema.