UNPKG
@delewis13/appauth
Version:
latest (1.3.5)
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
A general purpose OAuth client. Vendored awaiting PR merge
openid/AppAuth-JS
@delewis13/appauth
/
built
/
logger.d.ts
6 lines
(5 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
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
;