UNPKG

@prismicio/types-internal

Version:
6 lines (5 loc) 249 B
import * as t from "io-ts"; export declare type StringFromNumberC = t.Type<string, string, unknown>; declare const _default: t.Type<string, string, unknown>; /** A codec that validates a number and convert it as a string */ export default _default;