UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

8 lines (7 loc) • 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = buildErrorSchema; /** Build error schema */ function buildErrorSchema(schema) { return schema; }