Files
khalij-pay/node_modules/zustand/shallow.js

16 lines
352 B
JavaScript

'use strict';
var shallow = require('zustand/vanilla/shallow');
var shallow$1 = require('zustand/react/shallow');
Object.defineProperty(exports, "shallow", {
enumerable: true,
get: function () { return shallow.shallow; }
});
Object.defineProperty(exports, "useShallow", {
enumerable: true,
get: function () { return shallow$1.useShallow; }
});