UNPKG

hast-util-find-and-replace

Version:
12 lines (10 loc) 531 B
/** * @typedef {import('./lib/index.js').Find} Find * @typedef {import('./lib/index.js').FindAndReplaceList} FindAndReplaceList * @typedef {import('./lib/index.js').FindAndReplaceTuple} FindAndReplaceTuple * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Replace} Replace * @typedef {import('./lib/index.js').ReplaceFunction} ReplaceFunction * @typedef {import('./lib/index.js').RegExpMatchObject} RegExpMatchObject */ export {defaultIgnore, findAndReplace} from './lib/index.js'