File "bindReporter.d.ts"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/vibes/public/js/we-vi/modules/lib/bindReporter.d.ts
File size: 218 B (218 B bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

import { Metric, ReportHandler } from '../types.js';
export declare const bindReporter: (callback: ReportHandler, metric: Metric, reportAllChanges?: boolean | undefined) => (forceReport?: boolean | undefined) => void;