UNPKG

llamajs

Version:

A dynamic logger for the dynamic developer

9 lines 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Format { constructor(config) { this.config = config || {}; } } exports.Format = Format; //# sourceMappingURL=format.js.map