UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

16 lines (8 loc) 266 B
// Math utilty functions export const mathMin = Math.min export const mathMax = Math.max export const mathAbs = Math.abs export const mathCeil = Math.ceil export const mathFloor = Math.floor export const mathPow = Math.pow export const mathRound = Math.round