API reference › @evolu/common › Type › String
const String: base("String", (value) =>
typeof value === "string"
? ok(value)
: err<StringError>({ type: "String", value }),
);
Defined in: packages/common/src/Type.ts:747
API reference › @evolu/common › Type › String
const String: base("String", (value) =>
typeof value === "string"
? ok(value)
: err<StringError>({ type: "String", value }),
);
Defined in: packages/common/src/Type.ts:747