UNPKG

@0xcert/conventions

Version:

Module with implementation of all confirmed conventions.

7 lines (6 loc) 156 B
import { Spec } from '@hayspec/spec'; import { Validator } from 'jsonschema'; declare const spec: Spec<{ validator: Validator; }>; export default spec;