import matcher from './ignore/matcher.js'; import type { Options, PathOptions } from './types.js'; export default matcher; export type { Options, PathOptions };