react-deepwatch 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index_esm.mjs +2 -0
- package/package.json +1 -1
package/index_esm.mjs
CHANGED
|
@@ -10,6 +10,8 @@ export const isLoading = cjsIndex.isLoading
|
|
|
10
10
|
export const loadFailed = cjsIndex.loadFailed
|
|
11
11
|
export const poll = cjsIndex.poll
|
|
12
12
|
export const debug_tagComponent = cjsIndex.debug_tagComponent
|
|
13
|
+
export const binding = cjsIndex.binding
|
|
14
|
+
export const bind = cjsIndex.bind
|
|
13
15
|
|
|
14
16
|
import cjsPreserve from "./preserve.js"
|
|
15
17
|
export const preserve = cjsPreserve.preserve
|