SYMBOL INDEX (8 symbols across 1 files) FILE: src/index.ts type NumberType (line 7) | type NumberType = number | string; function strip (line 17) | function strip(num: NumberType, precision = 15): number { function digitLength (line 26) | function digitLength(num: NumberType): number { function float2Fixed (line 39) | function float2Fixed(num: NumberType): number { function checkBoundary (line 52) | function checkBoundary(num: number) { function createOperation (line 65) | function createOperation(operation: (n1: NumberType, n2: NumberType) => ... function round (line 132) | function round(num: NumberType, decimal: number): number { function enableBoundaryChecking (line 150) | function enableBoundaryChecking(flag = true) {