Files
vercel_dashboard_example/.pnpm-store/v11/files/2a/e186537504e67003b6b4c1cc79b69f844f647744836e933313d7e81179deaa27c8ff4ec2f6e2613c2c4ada586c17b62cc71107e6d3a086cec1daaa50ac2b6f
T
2026-05-12 14:53:15 +00:00

7 lines
279 B
Plaintext

/**
* A type that represents a deeply readonly object. This is similar to
* TypeScript's `Readonly` type, but it recursively applies the `readonly`
* modifier to all properties of an object and all elements of arrays.
*/ export { };
//# sourceMappingURL=deep-readonly.js.map