nope-js-node
Version:
NoPE Runtime for Nodejs. For Browser-Support please use nope-browser
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;