UNPKG

antelope-ui

Version:
10 lines (7 loc) 170 B
import { getConfig } from '../config' export default function getFullUnit(num) { if (!Number.isNaN(Number(num))) { num += getConfig('boxUnit') } return num }