ethers.js/packages/properties/lib/index.js
2022-04-11 17:14:19 -04:00

5 lines
271 B
JavaScript

//export { deepCopy, markImmutable, unmarkImmutable } from "./copy.js";
export { EventPayload } from "./events.js";
export { defineProperties, resolveProperties } from "./properties.js";
export { getStore, setStore } from "./storage.js";
//# sourceMappingURL=index.js.map