Skip to content

Commit 4e23a5e

Browse files
committed
Refactor some code
1 parent 19a9d61 commit 4e23a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

1111
export {findAndReplace} from './lib/index.js'

0 commit comments

Comments
 (0)