Skip to content

0.3.0 - Add `readValueAtPathFromFile` and `readValueAtPathFromData` functions

Latest
Compare
Choose a tag to compare
@dancoates dancoates released this 04 Jun 05:51
· 3 commits to master since this release
  • adds two new functions to allow configuration to be read without adding to environment
    • readValueAtPathFromFile(filePath: string) => (path[]): Promise<*>
    • readValueFromPath(path: string[], data: Sop, decryptKey: ?Buffer) => Promise<*>