cli-block
Version:
Create nice looking CLI Blocks
8 lines • 320 B
JavaScript
;
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