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-cond.d.ts
2 lines
(1 loc)
•
84 B
TypeScript
View Raw
1
2
export
declare function
ifCond
(v1: any,
operator
: any, v2: any, options: any)
: any;