UNPKG

@overture-stack/lyric

Version:
3 lines (2 loc) 162 B
import type { DataValidationWorkerInput } from './types.js'; export declare const processDataValidation: (message: DataValidationWorkerInput) => Promise<number>;