astro-ghostcms/.pnpm-store/v3/files/b6/f20ac9fda9bd2e8a12164a3be09...

12 lines
516 B
Plaintext

/**
* @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').RegExpMatchObject} RegExpMatchObject
* @typedef {import('./lib/index.js').Replace} Replace
* @typedef {import('./lib/index.js').ReplaceFunction} ReplaceFunction
*/
export {findAndReplace} from './lib/index.js'