mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* feat(dotenv-load): new definition * Update index.d.ts use `export = ` syntax instead of `export default`
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
import dotenvLoad from 'dotenv-load';
|
|
|
|
// tests
|
|
dotenvLoad();
|
|
dotenvLoad('test');
|