1.0.0 • Published 7 years ago

@grial/utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@grial/utils

A module containing utility functions and helpers for Grial internal and users usage.

Modules

getConfig

You can importing using:

const { getConfig } = require('@grial/utils')
const getConfig = require('@grial/utils').getConfig
const getConfig = require('@grial/utils/getConfig.js')

This function receive a optional base path and return the grial.config.js in that path, if it doesn't exists return an empty object.