UNPKG

app-node-env

Version:
26 lines (21 loc) 358 B
"use strict"; /** * * @author xgqfrms * @license MIT * @copyright xgqfrms * * @description testing * @augments * @example * @link * */ // import ANE from "../src/index"; // const ANE = require("../src"); const ANE = require("../src/index"); // console.log(`start testing...`); (() => { // console.log(`ready testing...`); ANE(); })();