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-string
/
index.d.ts
index.d.ts
88 B
Trvalý odkaz
Historie
Surový
1
2
3
declare function isString(value: unknown): value is string | String;
export = isString;