UNPKG

@dbml/cli

Version:

See our website [@dbml/cli](https://dbml.dbdiagram.io/cli/) for more information

13 lines (12 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class OutputConsolePlugin { static write(content) { console.log(content); } } var _default = OutputConsolePlugin; exports.default = _default;