Sha256: e6ae8f6265e0782d7230cebe9baf706383718177cfa55432bf2efb57c01b24c1
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
import { getError, validateByShema, isString } from './validators' const authScheme = { data: isString, host: isString, } export const authValidator = validateByShema(authScheme, getError)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/waves-transactions/src/validators/auth.ts |