UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

13 lines (10 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = void 0; let log = (...info) => { let print = console; print.log(...info); }; exports.log = log;