File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
2+ * @typedef {import('./lib/index.js').Find } Find
3+ * @typedef {import('./lib/index.js').FindAndReplaceList } FindAndReplaceList
4+ * @typedef {import('./lib/index.js').FindAndReplaceTuple } FindAndReplaceTuple
25 * @typedef {import('./lib/index.js').Options } Options
36 * @typedef {import('./lib/index.js').RegExpMatchObject } RegExpMatchObject
4- * @typedef {import('./lib/index.js').Find } Find
57 * @typedef {import('./lib/index.js').Replace } Replace
68 * @typedef {import('./lib/index.js').ReplaceFunction } ReplaceFunction
7- * @typedef {import('./lib/index.js').FindAndReplaceList } FindAndReplaceList
8- * @typedef {import('./lib/index.js').FindAndReplaceTuple } FindAndReplaceTuple
99 */
1010
1111export { findAndReplace } from './lib/index.js'
You can’t perform that action at this time.
0 commit comments