diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-23 20:48:02 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-23 21:25:54 -0400 |
| commit | 9bdcf0476f4b222cb806755510b1dc3d4d545e1e (patch) | |
| tree | eebfe47b2b50f26ac372fb3b3b8fe200e5262a59 /src/find.js | |
| parent | 723a8b9e79601f445fd83517ba93c75e93368b47 (diff) | |
find, data, checks: dummy 'from' option in find()
Diffstat (limited to 'src/find.js')
| -rw-r--r-- | src/find.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/find.js b/src/find.js index 5740ebd4..7b2ea7e0 100644 --- a/src/find.js +++ b/src/find.js @@ -288,6 +288,8 @@ function findHelper({ // console. mode = 'warn', + from = null, + fuzz = { capitalization: false, kebab: false, |