@zcloak/ctype
v2.0.3
Published
zCloak ctype package
Downloads
104
Readme
@zcloak/ctype
CType(Credential Type) defines a way to verify the credential subject(claims) data type, which is based on json-schema for validation.
Usage
Installation -
yarn add @zcloak/ctype
Functions can be imported as follows:
import { validateSubject, validateSubjectPartial } from '@zcloak/ctype';