UNPKG

rx-store-core

Version:

A Rxjs and Immutable based Type-safe state management tool

2 lines (1 loc) 201 B
export declare function bound<This, Args extends any[], Return>(target: (this: This, ...args: Args) => Return, context: ClassMethodDecoratorContext<This, (this: This, ...args: Args) => Return>): void;