UNPKG

phaxio-official

Version:

The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com

8 lines (6 loc) 156 B
/* eslint no-console: "off" */ const { config } = require('dotenv'); before(() => { const result = config(); if (result.error) throw result.error; });