Files
med-notes/.pnpm-store/v10/files/a6/5e6af79ed58bd15233143815d7d5b8103d652605eac0e092d9dba22c44c53a4ac54b6c5bd83fa0a4f84806cd52180ee1dab3413189621d16c4334d6758b40f
2025-05-09 05:30:08 +02:00

16 lines
352 B
Plaintext

'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; }
});