UNPKG

@sigi/core

Version:
6 lines (5 loc) 179 B
import { IStore } from '@sigi/types'; export declare const Module: { (name: string): (target: any) => any; removeModule(name: string, instance: IStore<unknown>): void; };