UNPKG

@cosmology/ast

Version:
10 lines (9 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createPiniaStoreFactory = void 0; const utils_1 = require("../../utils"); const CREATOR_NAME = 'createPiniaStores'; const createPiniaStoreFactory = (context, obj) => { return (0, utils_1.buildExportCreators)(context, obj, CREATOR_NAME, ['ProtobufRpcClient'], 'usePiniaStore'); }; exports.createPiniaStoreFactory = createPiniaStoreFactory;