mirror of
https://github.com/ascribe/onion.git
synced 2024-12-24 10:26:09 +01:00
3 lines
134 B
JavaScript
3 lines
134 B
JavaScript
|
// Re-export related utilities from js-utility-belt for easier access
|
||
|
export { formatText, sprintf } from 'js-utility-belt/es6/text';
|