Cloneable Type — svelte Architecture
Architecture documentation for the Cloneable type/interface in index.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD f42fe4db_1bcb_e619_4159_50e6a3a2305f["Cloneable"] 6bd9d090_a582_e05c_669e_d53d4e7245f2["index.d.ts"] f42fe4db_1bcb_e619_4159_50e6a3a2305f -->|defined in| 6bd9d090_a582_e05c_669e_d53d4e7245f2 style f42fe4db_1bcb_e619_4159_50e6a3a2305f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/types/index.d.ts lines 3215–3243
export type Cloneable =
| ArrayBuffer
| DataView
| Date
| Error
| Map<any, any>
| RegExp
| Set<any>
| TypedArray
// web APIs
| Blob
| CryptoKey
| DOMException
| DOMMatrix
| DOMMatrixReadOnly
| DOMPoint
| DOMPointReadOnly
| DOMQuad
| DOMRect
| DOMRectReadOnly
| File
| FileList
| FileSystemDirectoryHandle
| FileSystemFileHandle
| FileSystemHandle
| ImageBitmap
| ImageData
| RTCCertificate
| VideoFrame;
Defined In
Source
Frequently Asked Questions
What is the Cloneable type?
Cloneable is a type/interface in the svelte codebase, defined in packages/svelte/types/index.d.ts.
Where is Cloneable defined?
Cloneable is defined in packages/svelte/types/index.d.ts at line 3215.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free