Skip to content

Commit

Permalink
Refactor some code
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 21, 2023
1 parent 19a9d61 commit 4e23a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @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').Find} Find
* @typedef {import('./lib/index.js').Replace} Replace
* @typedef {import('./lib/index.js').ReplaceFunction} ReplaceFunction
* @typedef {import('./lib/index.js').FindAndReplaceList} FindAndReplaceList
* @typedef {import('./lib/index.js').FindAndReplaceTuple} FindAndReplaceTuple
*/

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

0 comments on commit 4e23a5e

Please sign in to comment.