@lwc/ssr-runtime 8.7.0 → 8.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/get-read-only-proxy.d.ts +1 -0
- package/dist/index.cjs.js +706 -120
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +703 -119
- package/dist/index.js.map +1 -1
- package/dist/render.d.ts +2 -2
- package/dist/stubs.d.ts +0 -1
- package/dist/wire.d.ts +8 -0
- package/package.json +4 -2
- package/dist/clone-and-deep-freeze.d.ts +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
export declare function getReadOnlyProxy<T>(value: T): Readonly<T>;
|