UNPKG
assistan-ts
Version:
latest (0.0.15)
0.0.15
0.0.11
0.0.10
0.0.9
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
A typesafe and code-first library to define and run OpenAI assistants
assistan-ts
/
dist
/
lib
/
formats.d.ts
3 lines
•
183 B
TypeScript
View Raw
1
2
3
export
declare
const
registerTypeboxFormats
:
() =>
void
;
export
declare
const
fullFormats
:
Record
<
string
,
RegExp
| (
(
v
:
any
) =>
boolean
) |
true
>;
//# sourceMappingURL=formats.d.ts.map