UNPKG

cli-block

Version:
8 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useConfig = void 0; const useConfig = (config) => { return Object.assign({ exclude: [], include: [], margin: true, marginTop: true, marginBottom: true }, config); }; exports.useConfig = useConfig; //# sourceMappingURL=config.js.map