UNPKG
aveazul
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Bluebird drop-in replacement built on native Promise
github.com/jchip/aveazul
jchip/aveazul
aveazul
/
dist-cjs
/
any.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
import
type
{
AveAzulClass
}
from
"./aveazul.ts"
;
export
declare
function
addStaticAny
(
AveAzul
:
AveAzulClass
,
force
?:
boolean
):
void
;