UNPKG

dts-jest

Version:

A preprocessor for Jest to snapshot test TypeScript declaration (.d.ts) files

4 lines (3 loc) 206 B
import { ForEachCallback } from 'ts-comment'; import * as _ts from 'typescript'; export declare const for_each_comment: (source: string | _ts.SourceFile, callback: ForEachCallback, ts: typeof _ts) => void;