Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
xuan-luo
/
svelte
like
0
Dataset card
Files
Files and versions
xet
Community
main
svelte
/
example
/
src
/
ambient.d.ts
Christopher S. Dunham
Added some example files.
9542df6
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
// Global, custom data types, particularly for defining objects (i.e. strucs)
declare
type
UUID
=
import
(
'crypto'
).
UUID
;