@lwc/ssr-runtime 8.5.0 → 8.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/clone-and-deep-freeze.d.ts +1 -0
- package/dist/index.cjs.js +892 -714
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +5 -3
- package/dist/index.js +891 -715
- package/dist/index.js.map +1 -1
- package/dist/lightning-element.d.ts +52 -0
- package/dist/reflection.d.ts +7 -2
- package/dist/stubs.d.ts +0 -1
- package/package.json +2 -2
@@ -0,0 +1 @@
|
|
1
|
+
export declare function cloneAndDeepFreeze<T>(obj: T): T;
|