Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PShowdown
/
Pokemon_server
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b7d0d28
Pokemon_server
/
node_modules
/
@nodelib
/
fs.stat
/
out
/
providers
/
sync.d.ts
Jofthomas
Upload 4781 files
5c2ed06
verified
3 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
type
Settings
from
'../settings'
;
import
type
{
Stats
}
from
'../types'
;
export
declare
function
read
(
path:
string
, settings: Settings
):
Stats
;