mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-17 05:05:44 +02:00
fase 5
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
var vanilla = require('zustand/vanilla');
|
||||
var react = require('zustand/react');
|
||||
|
||||
|
||||
|
||||
Object.keys(vanilla).forEach(function (k) {
|
||||
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
||||
enumerable: true,
|
||||
get: function () { return vanilla[k]; }
|
||||
});
|
||||
});
|
||||
Object.keys(react).forEach(function (k) {
|
||||
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
||||
enumerable: true,
|
||||
get: function () { return react[k]; }
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user