UNPKG

@bemedev/core

Version:

The core library of @bemedev

10 lines (7 loc) 246 B
import { _unknown } from '../../../globals/utils/_unknown.js'; const fn = (value, before = '', after = '') => { const out = `${before}${value}${after}`; return _unknown(out); }; export { fn as default }; //# sourceMappingURL=add.js.map