UNPKG

create-bhvr

Version:

Create a new bhvr project

3 lines (2 loc) 138 B
import type { ProjectOptions } from "@/types"; export declare function rpcInstaller(options: Required<ProjectOptions>): Promise<boolean>;