UNPKG

@prismicio/types-internal

Version:
6 lines (5 loc) 251 B
import * as t from "io-ts"; export declare type StringFromBooleanC = 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;