UNPKG

@loona/core

Version:

App State Management done with GraphQL (core package)

3 lines (2 loc) 188 B
import { ResolveMethod } from '../types/resolver'; export declare function Resolve(path: string): (target: any, name: string, _descriptor: TypedPropertyDescriptor<ResolveMethod>) => void;