UNPKG

@thumbmarkjs/thumbmarkjs

Version:

![GitHub package.json dynamic](https://img.shields.io/github/package-json/version/ilkkapeltola/thumbmarkjs) ![NPM Version](https://img.shields.io/npm/v/@thumbmarkjs/thumbmarkjs) ![NPM Downloads](https://img.shields.io/npm/dm/%40thumbmarkjs%2Fthumbmarkjs

10 lines (9 loc) 507 B
import { componentInterface } from '../factory'; import { optionsInterface } from '../options'; import type { ThumbmarkError } from '../functions'; /** * Logs thumbmark data to remote logging endpoint (only once per session) * You can disable this by setting options.logging to false. * @internal */ export declare function logThumbmarkData(thisHash: string, thumbmarkData: componentInterface, options: optionsInterface, experimentalData?: componentInterface, errors?: ThumbmarkError[]): Promise<void>;