UNPKG

@k8ts/instruments

Version:

A collection of utilities and core components for k8ts.

4 lines 247 B
import { List } from "immutable"; export declare function getPrototypes(target: object): List<any>; export declare function bind_own_methods(): <F extends abstract new (...args: any[]) => any>(target: F) => void; //# sourceMappingURL=bind.d.ts.map