nope-js-browser
Version:
NoPE Runtime for the Browser. For nodejs please use nope-js-node
7 lines (6 loc) • 519 B
TypeScript
export declare function getPropertyPath(identifier: string, name: string): string;
export declare function isPropertyPathCorrect(identifier: string, path: string): boolean;
export declare function getMethodPath(identifier: string, name: string): string;
export declare function isMethodPathCorrect(identifier: string, path: string): boolean;
export declare function getEmitterPath(identifier: string, name: string): string;
export declare function isEmitterPathCorrect(identifier: string, path: string): boolean;