UNPKG

setup-easy-setup

Version:
3 lines (2 loc) 107 B
import type { Input, Output } from "./type"; export declare function setup(input: Input): Promise<Output>;