This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
AIGC
/
tools_auto_web
Sledovat
10
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
main
Větve
Značky
dev
main
tools_auto_web
/
node_modules
/
is-bigint
/
index.d.ts
index.d.ts
90 B
Trvalý odkaz
Historie
Surový
1
2
3
declare function isBigInt(value: unknown): value is (bigint | BigInt);
export = isBigInt;