UNPKG

@itrocks/framework

Version:

RAD framework for intuitive web application development, blending data and domain-driven design with modular architecture

3 lines (2 loc) 122 B
import { Type } from '@itrocks/class-type'; export declare function Store(name?: string | false): (target: Type) => void;