Type alias NullFunctions

NullFunctions: {
    parseValue(raw): any;
    serialize(input): any;
}

Type declaration

Generated using TypeDoc