UNPKG
setup-easy-setup
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
setup-easy-setup
github.com/ahaoboy/easy-setup
ahaoboy/setup-easy-setup
setup-easy-setup
/
dist
/
setup.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
type
{
Input
,
Output
}
from
"./type"
;
export
declare
function
setup
(
input
:
Input
):
Promise
<
Output
>;