Home / Type/ Cloneable Type — svelte Architecture

Cloneable Type — svelte Architecture

Architecture documentation for the Cloneable type/interface in ambient.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  d398ebe5_569a_2bed_fff5_09043e24e29a["Cloneable"]
  985bc98d_94de_5b58_d2b1_10dec5f6f44c["ambient.d.ts"]
  d398ebe5_569a_2bed_fff5_09043e24e29a -->|defined in| 985bc98d_94de_5b58_d2b1_10dec5f6f44c
  style d398ebe5_569a_2bed_fff5_09043e24e29a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/ambient.d.ts lines 43–71

	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;

Frequently Asked Questions

What is the Cloneable type?
Cloneable is a type/interface in the svelte codebase, defined in packages/svelte/src/ambient.d.ts.
Where is Cloneable defined?
Cloneable is defined in packages/svelte/src/ambient.d.ts at line 43.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free