UNPKG
rapplus
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
rapper, use http api as a function
github.com/Banlangenn/rapperplus
Banlangenn/rapperplus
rapplus
/
dist
/
core
/
convert.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
{
Interface
}
from
'../types'
;
export
default
function
convert
(
itf: Interface.IRoot
):
Promise
<string[]>;