StringSchemableCopyimport type { StringSchemable } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/schemable.ts";Wraps a string type in Schemable. interface StringSchemable <U extends Kind> extends Hold<U> {readonly string: <B, C, D, E>() => $<U, [string, B, C], [D], [E]>;}§Type Parameters§U extends Kind[src]§Extends§Hold<U>[src]§Properties§readonly string: <B, C, D, E>() => $<U, [string, B, C], [D], [E]>[src]