@pson5/schemas
v0.2.0
Published
JSON schema validation and profile validation helpers for PSON5 documents.
Downloads
34
Maintainers
Readme
@pson5/schemas
Schema validation helpers for PSON5 profile documents.
Install
npm install @pson5/schemasUsage
import { validatePsonProfile } from "@pson5/schemas";
const result = validatePsonProfile(input);
if (!result.success) {
console.error(result.issues);
}Primary Export
validatePsonProfile(input)
