UNPKG

@klayr/codec

Version:

Implementation of decoder and encoder using Klayr JSON schema according to the Klayr protocol

3 lines (2 loc) 109 B
import { BaseTypes } from '../types'; export declare const getDefaultValue: (dataType: string) => BaseTypes;