UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

14 lines (11 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = transformFile; function transformFile(filename, opts = {}, callback) { if (typeof opts === "function") { callback = opts; } callback(new Error("Transforming files is not supported in browsers"), null); }