SYMBOL INDEX (48 symbols across 7 files) FILE: demo/demo-nomodule.js function getEasingFn (line 67) | function getEasingFn() { function getEasingFnBody (line 77) | function getEasingFnBody(fn) { function getNumerals (line 87) | function getNumerals() { function createCountUp (line 103) | function createCountUp() { function methodToCallOnComplete (line 117) | function methodToCallOnComplete() { function establishOptionsFromInputs (line 121) | function establishOptionsFromInputs() { function updateCodeVisualizer (line 147) | function updateCodeVisualizer() { FILE: demo/demo.js function getEasingFn (line 62) | function getEasingFn() { function getEasingFnBody (line 69) | function getEasingFnBody(fn = getEasingFn()) { function getNumerals (line 75) | function getNumerals() { function createCountUp (line 89) | function createCountUp() { function calculateAnimationTime (line 105) | function calculateAnimationTime() { function establishOptionsFromInputs (line 111) | function establishOptionsFromInputs() { function updateCodeVisualizer (line 131) | function updateCodeVisualizer() { function getAutoAnimateOptions (line 173) | function getAutoAnimateOptions() { function recreateAutoAnimateDemos (line 182) | function recreateAutoAnimateDemos() { function createScrollSpyCountUp (line 192) | function createScrollSpyCountUp() { function createHiddenAtInitCountUp (line 206) | function createHiddenAtInitCountUp() { function createInsideModalCountUp (line 225) | function createInsideModalCountUp() { FILE: dist/countUp.d.ts type CountUpOptions (line 1) | interface CountUpOptions { type CountUpPlugin (line 51) | interface CountUpPlugin { class CountUp (line 62) | class CountUp { FILE: dist/countUp.js function CountUp (line 21) | function CountUp(target, endVal, options) { FILE: dist/countUp.umd.js function t (line 1) | function t(t,i,s){var n=this;this.endVal=i,this.options=s,this.version="... FILE: src/countUp.spec.ts type IntersectionCallback (line 3) | type IntersectionCallback = (entries: Partial... class MockIntersectionObserver (line 5) | class MockIntersectionObserver { method constructor (line 10) | constructor(callback: IntersectionCallback) { method observe (line 14) | observe(el: Element) { this.elements.push(el); } method unobserve (line 15) | unobserve(el: Element) { this.elements = this.elements.filter(e => e !... method disconnect (line 16) | disconnect() { this.elements = []; } method trigger (line 18) | trigger(isIntersecting: boolean) { FILE: src/countUp.ts type CountUpOptions (line 1) | interface CountUpOptions { type CountUpPlugin (line 53) | interface CountUpPlugin { class CountUp (line 65) | class CountUp { method constructor (line 104) | constructor( method setupObserver (line 160) | private setupObserver(): void { method unobserve (line 185) | unobserve(): void { method onDestroy (line 192) | onDestroy(): void { method determineDirectionAndSmartEasing (line 207) | private determineDirectionAndSmartEasing(): void { method start (line 229) | start(callback?: (args?: any) => any): void { method pauseResume (line 249) | pauseResume(): void { method reset (line 263) | reset(): void { method update (line 275) | update(newEndVal: string | number): void { method printValue (line 333) | printValue(val: number): void { method ensureNumber (line 351) | ensureNumber(n: any): boolean { method validateValue (line 356) | validateValue(value: string | number): number { method resetDuration (line 367) | private resetDuration(): void { method parse (line 417) | parse(number: string): number {