UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
output
/
helpers
/
if-signature.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
function
ifSignature
(
obj
:
any
,
arg
:
any
):
any
;