UNPKG

create-web3-dapp-dev

Version:

<p align="center"> <br /> <a href="https://createweb3dapp.alchemy.com"> <img src=".github/images/cw3d-logo.png" width="200" alt=""/></a> <br /> </p>

3 lines (2 loc) 161 B
import { APIKeys } from "../../interfaces/ApiKeys"; export declare const createEnv: (apiKeys: APIKeys, projectPath: string | undefined, local: boolean) => void;