makeIgnoreImporter.d.ts 100 B

12
  1. import type { Importer } from './index.js';
  2. export default function makeIgnoreImporter(): Importer;