Generate fresh `nanoid()`-shaped `StringId`.
()
| 191 | (i: string, options?: SchemaAST.ParseOptions): StringId |
| 192 | /** Generate fresh `nanoid()`-shaped `StringId`. */ |
| 193 | make(): StringId |
| 194 | /** Construct a `StringId` from a known string (validated via decodeSync). */ |
| 195 | make(input: string, options?: S.MakeOptions): StringId |
| 196 | readonly withConstructorDefault: S.withConstructorDefault<BrandedSchema<S.String, StringId>> |
no outgoing calls