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
/
typebox.d.ts
3 lines
•
143 B
TypeScript
View Raw
1
2
3
import
{
TSchema
}
from
"@sinclair/typebox"
;
export
declare
const
isNullType
:
(
obj
?:
TSchema
) =>
boolean
;
//# sourceMappingURL=typebox.d.ts.map