import {expectType} from 'tsd'; import ansiRegex from './index.js'; expectType(ansiRegex()); expectType(ansiRegex({onlyFirst: true}));