UNPKG

pure-parse

Version:

Strongly typed validation library that decouples type aliases from validation logic

7 lines (6 loc) 194 B
import { Primitive } from '../common'; /** * Fail-safe serializer for any value into a string. * @param values */ export declare const stringify: (values: Primitive | Primitive[]) => string;