UNPKG

@prismicio/types-internal

Version:
9 lines (8 loc) 288 B
import * as t from "io-ts"; export declare type IntFromPixelsC = t.Type<t.Int, string, unknown>; declare const _default: t.Type<t.Int, string, unknown>; /** * A codec that succeeds if a string representing pixels (eg: "200px") can be * parsed to an integer */ export default _default;