UNPKG

anione

Version:

A CLI (NPM) tool to ease the repetitiveness that comes with coding HTML5 banner ads.

10 lines (6 loc) 115 B
"use strict"; const $ = require("./utils"); exports.watch = async function () { $.watch(); }; exports.watch();