UNPKG

flatten-js

Version:

Javascript library for 2d geometry

9 lines (7 loc) 188 B
/** * Created by Alex Bol on 2/19/2017. */ module.exports = { ILLEGAL_PARAMETERS: new ReferenceError('Illegal Parameters'), ZERO_DIVISION: new Error('Zero division') };