svelte / example /src /ambient.d.ts
Christopher S. Dunham
Added some example files.
9542df6
raw
history blame contribute delete
121 Bytes
// Global, custom data types, particularly for defining objects (i.e. strucs)
declare type UUID = import('crypto').UUID;