UNPKG

@prismicio/types-internal

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