Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simondh
/
classifieur
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cc651f6
classifieur
/
frontend
/
node_modules
/
@nodelib
/
fs.stat
/
out
/
providers
/
sync.d.ts
simondh
front
cc651f6
about 1 month 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
;