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 1
1
/**
2
+ * @typedef {import('./lib/index.js').Find } Find
3
+ * @typedef {import('./lib/index.js').FindAndReplaceList } FindAndReplaceList
4
+ * @typedef {import('./lib/index.js').FindAndReplaceTuple } FindAndReplaceTuple
2
5
* @typedef {import('./lib/index.js').Options } Options
3
6
* @typedef {import('./lib/index.js').RegExpMatchObject } RegExpMatchObject
4
- * @typedef {import('./lib/index.js').Find } Find
5
7
* @typedef {import('./lib/index.js').Replace } Replace
6
8
* @typedef {import('./lib/index.js').ReplaceFunction } ReplaceFunction
7
- * @typedef {import('./lib/index.js').FindAndReplaceList } FindAndReplaceList
8
- * @typedef {import('./lib/index.js').FindAndReplaceTuple } FindAndReplaceTuple
9
9
*/
10
10
11
11
export { findAndReplace } from './lib/index.js'
You can’t perform that action at this time.
0 commit comments