GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 1
NikkoProject
/
FanFarm
Transfer to URL with SHA
Find file
Newer
Older
tree:
0a79cccf7a
Branches
Tags
×
main
FanFarm
/
system
/
V3fanfarm-ubuntu-local
/
V3fanfarm-frontend
/
node_modules
/
is-string
/ index.d.ts
Fanfarm User
on 12 Sep
88 bytes
Fix API server issues -Disable Rack::Protection and remove Logger path error
Raw
Blame
History
declare function isString(value: unknown): value is string | String; export = isString;