Methods
getAllFilteredMethodNames
- getAllFilteredMethodNames(prototype: object): IterableIterator<string>
-
Parameters
Returns IterableIterator<string>
scanFromPrototype
- scanFromPrototype<T, R>(instance: T, prototype: object, callback: (name: string) => R): R[]
-
Type parameters
Parameters
-
instance: T
-
prototype: object
-
callback: (name: string) => R
Returns R[]