UNPKG
@mi-gpt/next
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
让小爱音箱「听你的」,解锁无限可能。
github.com/idootop/migpt-next
idootop/migpt-next
@mi-gpt/next
/
dist
/
utils.d.ts
4 lines
(2 loc)
•
88 B
TypeScript
View Raw
1
2
3
4
declare
function
assert
(
condition
:
boolean
,
message
:
string
):
void
;
export
{ assert };