UNPKG

164 BTypeScriptView Raw
1import type { PropertyKey } from "../index";
2
3declare function CreateMethodProperty(O: object, P: PropertyKey, V: unknown): boolean;
4export = CreateMethodProperty;