5 lines
101 B
TypeScript

/* eslint-disable import/prefer-default-export */
import { round } from 'lodash';
export { round };