UNPKG

@delewis13/appauth

Version:

A general purpose OAuth client. Vendored awaiting PR merge

6 lines (5 loc) 239 B
export declare function log(message: string, ...args: any[]): void; /** * A decorator that can profile a function. */ export declare function profile(target: any, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor;