UNPKG

succulent

Version:

Powerful and easy runtime type checking

7 lines (6 loc) 172 B
import { Schema } from "../schema.js"; /** * Checks if the value is a primitive `string`. * @param x The value to check */ export declare const $string: Schema<string>;