0.0.1 • Published 4 years ago

@onflow/fcl-config v0.0.1

Weekly downloads
35
License
Apache-2.0
Repository
github
Last release
4 years ago

@onflow/fcl-config

Recursively searches synchronously for a flow.json file, starting in the execution context moving towards the home directory inclusively.

Install

npm install --save @onflow/fcl-config

Usage

import {flowConfig} from "@onflow/fcl-config"
const config = flowConfig() // javascript object if found, error if not found