UNPKG

confusablematcher-js-interop

Version:

TypeScript NAPI Interop for ConfusableMatcher.

6 lines (3 loc) 178 B
import type Benchmark from 'benchmark'; import type { ConfusableMatcher } from '../wrapper'; export type ConfigureFn = (suite: Benchmark.Suite, cm: ConfusableMatcher) => void;