UNPKG

angular-unit-test-helper

Version:

Helper functions to help write unit tests in Angular using mocks and spies

3 lines (2 loc) 251 B
export declare function getAllFunctions(prototype: any, props?: (string | number | symbol)[]): (string | number | symbol)[]; export declare function getAllProperties(prototype: any, props?: (string | number | symbol)[]): (string | number | symbol)[];