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