raza-fca-pkg 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-x86_64.cache-9 +0 -0
- package/.cache/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-x86_64.cache-9 +0 -0
- package/.cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-x86_64.cache-9 +0 -0
- package/.cache/fontconfig/CACHEDIR.TAG +4 -0
- package/.cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-x86_64.cache-9 +0 -0
- package/.cache/nix/binary-cache-v6.sqlite +0 -0
- package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
- package/.cache/replit/__replit_disk_meta.json +1 -0
- package/.cache/replit/env/latest +64 -0
- package/.cache/replit/env/latest.json +1 -0
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/replit/modules.stamp +0 -0
- package/.cache/replit/nix/dotreplitenv.json +1 -0
- package/.cache/replit/nix/env.json +1 -0
- package/.cache/replit/toolchain.json +1 -0
- package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
- package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.0/package-lock.json +17 -0
- package/.cache/typescript/5.0/package.json +1 -0
- package/.cache/typescript/5.3/node_modules/.package-lock.json +99 -0
- package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
- package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
- package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.3/package-lock.json +107 -0
- package/.cache/typescript/5.3/package.json +1 -0
- package/.cache/typescript/5.4/node_modules/.package-lock.json +12 -0
- package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.4/package-lock.json +17 -0
- package/.cache/typescript/5.4/package.json +1 -0
- package/.cache/typescript/5.5/node_modules/.package-lock.json +13 -0
- package/.cache/typescript/5.5/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.5/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.5/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.5/package-lock.json +18 -0
- package/.cache/typescript/5.5/package.json +1 -0
- package/.cache/typescript/5.6/node_modules/.package-lock.json +13 -0
- package/.cache/typescript/5.6/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.6/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.6/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.6/package-lock.json +18 -0
- package/.cache/typescript/5.6/package.json +1 -0
- package/.cache/typescript/5.9/node_modules/.package-lock.json +769 -0
- package/.cache/typescript/5.9/node_modules/@types/ansi/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/ansi/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/ansi/index.d.ts +174 -0
- package/.cache/typescript/5.9/node_modules/@types/ansi/package.json +21 -0
- package/.cache/typescript/5.9/node_modules/@types/are-we-there-yet/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/are-we-there-yet/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/are-we-there-yet/index.d.ts +85 -0
- package/.cache/typescript/5.9/node_modules/@types/are-we-there-yet/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/@types/aws4/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/aws4/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/aws4/index.d.ts +217 -0
- package/.cache/typescript/5.9/node_modules/@types/aws4/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/@types/better-sqlite3/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/better-sqlite3/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/better-sqlite3/index.d.ts +159 -0
- package/.cache/typescript/5.9/node_modules/@types/better-sqlite3/package.json +63 -0
- package/.cache/typescript/5.9/node_modules/@types/bindings/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/bindings/README.md +68 -0
- package/.cache/typescript/5.9/node_modules/@types/bindings/index.d.ts +49 -0
- package/.cache/typescript/5.9/node_modules/@types/bindings/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/bluebird/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/bluebird/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/bluebird/index.d.ts +1365 -0
- package/.cache/typescript/5.9/node_modules/@types/bluebird/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/body-parser/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/body-parser/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/body-parser/index.d.ts +95 -0
- package/.cache/typescript/5.9/node_modules/@types/body-parser/package.json +64 -0
- package/.cache/typescript/5.9/node_modules/@types/caseless/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/caseless/README.md +48 -0
- package/.cache/typescript/5.9/node_modules/@types/caseless/index.d.ts +29 -0
- package/.cache/typescript/5.9/node_modules/@types/caseless/package.json +35 -0
- package/.cache/typescript/5.9/node_modules/@types/connect/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/connect/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/connect/index.d.ts +91 -0
- package/.cache/typescript/5.9/node_modules/@types/connect/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/delegates/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/delegates/README.md +31 -0
- package/.cache/typescript/5.9/node_modules/@types/delegates/index.d.ts +12 -0
- package/.cache/typescript/5.9/node_modules/@types/delegates/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/duplexify/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/duplexify/README.md +48 -0
- package/.cache/typescript/5.9/node_modules/@types/duplexify/index.d.ts +29 -0
- package/.cache/typescript/5.9/node_modules/@types/duplexify/package.json +28 -0
- package/.cache/typescript/5.9/node_modules/@types/express/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/express/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/express/index.d.ts +122 -0
- package/.cache/typescript/5.9/node_modules/@types/express/package.json +45 -0
- package/.cache/typescript/5.9/node_modules/@types/express-serve-static-core/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/express-serve-static-core/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/express-serve-static-core/index.d.ts +1251 -0
- package/.cache/typescript/5.9/node_modules/@types/express-serve-static-core/package.json +51 -0
- package/.cache/typescript/5.9/node_modules/@types/extend/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/extend/README.md +38 -0
- package/.cache/typescript/5.9/node_modules/@types/extend/index.d.ts +19 -0
- package/.cache/typescript/5.9/node_modules/@types/extend/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/forever-agent/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/forever-agent/README.md +42 -0
- package/.cache/typescript/5.9/node_modules/@types/forever-agent/index.d.ts +23 -0
- package/.cache/typescript/5.9/node_modules/@types/forever-agent/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/@types/fs-extra/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/fs-extra/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/fs-extra/esm.d.mts +111 -0
- package/.cache/typescript/5.9/node_modules/@types/fs-extra/index.d.ts +996 -0
- package/.cache/typescript/5.9/node_modules/@types/fs-extra/package.json +84 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/index.d.ts +176 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/lib/plumbing/index.d.ts +56 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/lib/theme-set/index.d.ts +9 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/lib/themes/index.d.ts +176 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/plumbing.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/template.d.ts +62 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/theme-set.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/@types/gauge/themes.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/@types/graceful-fs/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/graceful-fs/README.md +31 -0
- package/.cache/typescript/5.9/node_modules/@types/graceful-fs/index.d.ts +12 -0
- package/.cache/typescript/5.9/node_modules/@types/graceful-fs/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/gradient-string/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/gradient-string/README.md +56 -0
- package/.cache/typescript/5.9/node_modules/@types/gradient-string/index.d.ts +37 -0
- package/.cache/typescript/5.9/node_modules/@types/gradient-string/package.json +21 -0
- package/.cache/typescript/5.9/node_modules/@types/http-errors/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/http-errors/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/http-errors/index.d.ts +77 -0
- package/.cache/typescript/5.9/node_modules/@types/http-errors/package.json +36 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/index.d.ts +18 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/lib/parser.d.ts +47 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/lib/signer.d.ts +110 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/lib/utils.d.ts +40 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/lib/verify.d.ts +26 -0
- package/.cache/typescript/5.9/node_modules/@types/http-signature/package.json +28 -0
- package/.cache/typescript/5.9/node_modules/@types/is-typedarray/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/is-typedarray/README.md +41 -0
- package/.cache/typescript/5.9/node_modules/@types/is-typedarray/index.d.ts +22 -0
- package/.cache/typescript/5.9/node_modules/@types/is-typedarray/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/@types/isstream/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/isstream/README.md +27 -0
- package/.cache/typescript/5.9/node_modules/@types/isstream/index.d.ts +8 -0
- package/.cache/typescript/5.9/node_modules/@types/isstream/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/json-stringify-safe/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/json-stringify-safe/README.md +33 -0
- package/.cache/typescript/5.9/node_modules/@types/json-stringify-safe/index.d.ts +14 -0
- package/.cache/typescript/5.9/node_modules/@types/json-stringify-safe/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/jsonfile/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/jsonfile/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/jsonfile/index.d.ts +71 -0
- package/.cache/typescript/5.9/node_modules/@types/jsonfile/package.json +37 -0
- package/.cache/typescript/5.9/node_modules/@types/jsonfile/utils.d.ts +9 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/add.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/after.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/ary.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/assign.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/assignIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/assignInWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/assignWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/at.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/attempt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/before.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/bind.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/bindAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/bindKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/camelCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/capitalize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/castArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/ceil.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/chain.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/chunk.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/clamp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/clone.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/cloneDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/cloneDeepWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/cloneWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/array.d.ts +2138 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/collection.d.ts +1938 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/common.d.ts +287 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/date.d.ts +23 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/function.d.ts +1455 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/lang.d.ts +1696 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/math.d.ts +407 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/number.d.ts +131 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/object.d.ts +2643 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/seq.d.ts +210 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/string.d.ts +788 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/common/util.d.ts +1220 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/compact.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/concat.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/cond.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/conformsTo.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/constant.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/countBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/create.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/curry.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/curryRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/debounce.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/deburr.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/defaultTo.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/defaults.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/defaultsDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/defer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/delay.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/difference.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/differenceBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/differenceWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/divide.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/drop.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/dropRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/dropRightWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/dropWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/each.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/eachRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/endsWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/entries.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/entriesIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/eq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/escape.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/escapeRegExp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/every.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/extend.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/extendWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fill.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/filter.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/find.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/findIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/findKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/findLast.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/findLastIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/findLastKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/first.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flatMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flatMapDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flatMapDepth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flatten.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flattenDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flattenDepth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/floor.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flow.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/flowRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forEach.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forEachRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forInRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forOwn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/forOwnRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/F.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/T.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/__.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/add.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/after.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/all.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/allPass.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/always.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/any.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/anyPass.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/apply.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/ary.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assign.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignInAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignInAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignInWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assignWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assoc.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/assocPath.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/at.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/attempt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/before.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/bind.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/bindAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/bindKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/camelCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/capitalize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/castArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/ceil.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/chunk.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/clamp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/clone.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/cloneDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/cloneDeepWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/cloneWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/compact.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/complement.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/compose.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/concat.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/cond.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/conforms.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/conformsTo.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/constant.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/contains.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/convert.d.ts +15 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/countBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/create.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/curry.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/curryN.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/curryRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/curryRightN.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/debounce.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/deburr.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defaultTo.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defaults.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defaultsAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defaultsDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defaultsDeepAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/defer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/delay.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/difference.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/differenceBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/differenceWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dissoc.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dissocPath.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/divide.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/drop.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dropLast.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dropLastWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dropRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dropRightWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/dropWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/each.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/eachRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/endsWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/entries.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/entriesIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/eq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/equals.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/escape.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/escapeRegExp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/every.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/extend.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/extendAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/extendAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/extendWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/fill.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/filter.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/find.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findIndexFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findLast.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findLastFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findLastIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findLastIndexFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/findLastKey.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/first.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flatMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flatMapDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flatMapDepth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flatten.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flattenDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flattenDepth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/floor.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flow.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/flowRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forEach.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forEachRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forInRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forOwn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/forOwnRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/fromPairs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/functions.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/functionsIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/get.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/getOr.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/groupBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/gt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/gte.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/has.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/hasIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/head.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/identical.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/identity.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/inRange.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/includes.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/includesFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/indexBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/indexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/indexOfFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/init.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/initial.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/intersection.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/intersectionBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/intersectionWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invert.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invertBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invertObj.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invoke.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invokeArgs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invokeArgsMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/invokeMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isArguments.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isArrayBuffer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isArrayLike.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isArrayLikeObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isBoolean.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isBuffer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isDate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isElement.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isEmpty.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isEqual.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isEqualWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isError.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isFinite.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isFunction.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isLength.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isMatch.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isMatchWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isNaN.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isNative.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isNil.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isNull.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isNumber.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isObjectLike.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isPlainObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isRegExp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isSafeInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isSet.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isString.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isSymbol.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isTypedArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isUndefined.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isWeakMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/isWeakSet.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/iteratee.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/join.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/juxt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/kebabCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/keyBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/keys.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/keysIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/last.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lastIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lastIndexOfFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lowerCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lowerFirst.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/lte.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/map.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mapKeys.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mapValues.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/matches.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/matchesProperty.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/max.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/maxBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mean.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/meanBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/memoize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/merge.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mergeAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mergeAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/mergeWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/method.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/methodOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/min.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/minBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/multiply.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/nAry.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/negate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/noConflict.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/noop.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/now.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/nth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/nthArg.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/omit.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/omitAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/omitBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/once.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/orderBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/over.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/overArgs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/overEvery.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/overSome.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pad.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/padChars.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/padCharsEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/padCharsStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/padEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/padStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/parseInt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/partial.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/partialRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/partition.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/path.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pathEq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pathOr.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/paths.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pick.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pickAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pickBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pipe.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/placeholder.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pluck.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/prop.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/propEq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/propOr.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/property.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/propertyOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/props.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pull.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pullAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pullAllBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pullAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/pullAt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/random.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/range.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/rangeRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/rangeStep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/rangeStepRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/rearg.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/reduce.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/reduceRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/reject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/remove.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/repeat.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/replace.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/rest.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/restFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/result.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/reverse.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/round.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/runInContext.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sample.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sampleSize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/set.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/setWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/shuffle.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/size.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/slice.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/snakeCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/some.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedIndexBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedLastIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedLastIndexBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedLastIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedUniq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sortedUniqBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/split.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/spread.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/spreadFrom.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/startCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/startsWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/stubArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/stubFalse.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/stubObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/stubString.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/stubTrue.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/subtract.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sum.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/sumBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/symmetricDifference.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/symmetricDifferenceBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/symmetricDifferenceWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/tail.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/take.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/takeLast.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/takeLastWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/takeRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/takeRightWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/takeWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/tap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/template.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/throttle.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/thru.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/times.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toFinite.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toLength.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toLower.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toNumber.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toPairs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toPairsIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toPath.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toPlainObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toSafeInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toString.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/toUpper.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/transform.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trim.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trimChars.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trimCharsEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trimCharsStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trimEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/trimStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/truncate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unapply.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unary.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unescape.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/union.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unionBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unionWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/uniq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/uniqBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/uniqWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/uniqueId.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unnest.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unset.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unzip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/unzipWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/update.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/updateWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/upperCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/upperFirst.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/useWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/values.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/valuesIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/where.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/whereEq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/without.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/words.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/wrap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/xor.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/xorBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/xorWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zipAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zipObj.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zipObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zipObjectDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp/zipWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fp.d.ts +4962 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/fromPairs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/functions.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/functionsIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/get.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/groupBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/gt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/gte.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/has.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/hasIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/head.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/identity.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/inRange.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/includes.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/index.d.ts +21 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/indexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/initial.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/intersection.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/intersectionBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/intersectionWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/invert.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/invertBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/invoke.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/invokeMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isArguments.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isArrayBuffer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isArrayLike.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isArrayLikeObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isBoolean.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isBuffer.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isDate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isElement.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isEmpty.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isEqual.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isEqualWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isError.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isFinite.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isFunction.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isLength.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isMatch.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isMatchWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isNaN.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isNative.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isNil.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isNull.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isNumber.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isObjectLike.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isPlainObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isRegExp.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isSafeInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isSet.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isString.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isSymbol.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isTypedArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isUndefined.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isWeakMap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/isWeakSet.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/iteratee.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/join.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/kebabCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/keyBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/keys.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/keysIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/last.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/lastIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/lowerCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/lowerFirst.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/lt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/lte.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/map.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/mapKeys.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/mapValues.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/matches.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/matchesProperty.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/max.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/maxBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/mean.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/meanBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/memoize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/merge.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/mergeWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/method.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/methodOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/min.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/minBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/mixin.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/multiply.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/negate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/noConflict.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/noop.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/now.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/nth.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/nthArg.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/omit.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/omitBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/once.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/orderBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/over.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/overArgs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/overEvery.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/overSome.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/package.json +56 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pad.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/padEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/padStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/parseInt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/partial.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/partialRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/partition.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pick.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pickBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/property.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/propertyOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pull.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pullAll.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pullAllBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pullAllWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/pullAt.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/random.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/range.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/rangeRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/rearg.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/reduce.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/reduceRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/reject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/remove.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/repeat.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/replace.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/rest.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/result.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/reverse.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/round.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/runInContext.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sample.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sampleSize.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/set.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/setWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/shuffle.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/size.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/slice.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/snakeCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/some.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedIndexBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedLastIndex.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedLastIndexBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedLastIndexOf.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedUniq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sortedUniqBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/split.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/spread.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/startCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/startsWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/stubFalse.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/stubTrue.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/subtract.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sum.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/sumBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/tail.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/take.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/takeRight.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/takeRightWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/takeWhile.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/tap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/template.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/throttle.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/thru.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/times.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toArray.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toFinite.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toLength.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toLower.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toNumber.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toPairs.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toPairsIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toPath.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toPlainObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toSafeInteger.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toString.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/toUpper.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/transform.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/trim.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/trimEnd.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/trimStart.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/truncate.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unary.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unescape.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/union.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unionBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unionWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/uniq.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/uniqBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/uniqWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/uniqueId.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unset.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unzip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/unzipWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/update.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/updateWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/upperCase.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/upperFirst.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/values.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/valuesIn.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/without.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/words.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/wrap.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/xor.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/xorBy.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/xorWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/zip.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/zipObject.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/zipObjectDeep.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash/zipWith.d.ts +2 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.pad/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.pad/README.md +23 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.pad/index.d.ts +4 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.pad/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padend/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padend/README.md +23 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padend/index.d.ts +4 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padend/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padstart/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padstart/README.md +23 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padstart/index.d.ts +4 -0
- package/.cache/typescript/5.9/node_modules/@types/lodash.padstart/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/mime-types/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/mime-types/README.md +34 -0
- package/.cache/typescript/5.9/node_modules/@types/mime-types/index.d.ts +15 -0
- package/.cache/typescript/5.9/node_modules/@types/mime-types/package.json +31 -0
- package/.cache/typescript/5.9/node_modules/@types/mocha/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/mocha/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/mocha/index.d.ts +2929 -0
- package/.cache/typescript/5.9/node_modules/@types/mocha/package.json +56 -0
- package/.cache/typescript/5.9/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/node/assert/strict.d.ts +105 -0
- package/.cache/typescript/5.9/node_modules/@types/node/assert.d.ts +955 -0
- package/.cache/typescript/5.9/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/.cache/typescript/5.9/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/.cache/typescript/5.9/node_modules/@types/node/buffer.d.ts +1810 -0
- package/.cache/typescript/5.9/node_modules/@types/node/child_process.d.ts +1428 -0
- package/.cache/typescript/5.9/node_modules/@types/node/cluster.d.ts +486 -0
- package/.cache/typescript/5.9/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/.cache/typescript/5.9/node_modules/@types/node/console.d.ts +151 -0
- package/.cache/typescript/5.9/node_modules/@types/node/constants.d.ts +20 -0
- package/.cache/typescript/5.9/node_modules/@types/node/crypto.d.ts +4065 -0
- package/.cache/typescript/5.9/node_modules/@types/node/dgram.d.ts +564 -0
- package/.cache/typescript/5.9/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/.cache/typescript/5.9/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/.cache/typescript/5.9/node_modules/@types/node/dns.d.ts +922 -0
- package/.cache/typescript/5.9/node_modules/@types/node/domain.d.ts +166 -0
- package/.cache/typescript/5.9/node_modules/@types/node/events.d.ts +1054 -0
- package/.cache/typescript/5.9/node_modules/@types/node/fs/promises.d.ts +1329 -0
- package/.cache/typescript/5.9/node_modules/@types/node/fs.d.ts +4676 -0
- package/.cache/typescript/5.9/node_modules/@types/node/globals.d.ts +150 -0
- package/.cache/typescript/5.9/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/.cache/typescript/5.9/node_modules/@types/node/http.d.ts +2143 -0
- package/.cache/typescript/5.9/node_modules/@types/node/http2.d.ts +2480 -0
- package/.cache/typescript/5.9/node_modules/@types/node/https.d.ts +399 -0
- package/.cache/typescript/5.9/node_modules/@types/node/index.d.ts +115 -0
- package/.cache/typescript/5.9/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/.cache/typescript/5.9/node_modules/@types/node/inspector.d.ts +224 -0
- package/.cache/typescript/5.9/node_modules/@types/node/inspector.generated.d.ts +4226 -0
- package/.cache/typescript/5.9/node_modules/@types/node/module.d.ts +819 -0
- package/.cache/typescript/5.9/node_modules/@types/node/net.d.ts +933 -0
- package/.cache/typescript/5.9/node_modules/@types/node/os.d.ts +507 -0
- package/.cache/typescript/5.9/node_modules/@types/node/package.json +155 -0
- package/.cache/typescript/5.9/node_modules/@types/node/path/posix.d.ts +8 -0
- package/.cache/typescript/5.9/node_modules/@types/node/path/win32.d.ts +8 -0
- package/.cache/typescript/5.9/node_modules/@types/node/path.d.ts +187 -0
- package/.cache/typescript/5.9/node_modules/@types/node/perf_hooks.d.ts +621 -0
- package/.cache/typescript/5.9/node_modules/@types/node/process.d.ts +2111 -0
- package/.cache/typescript/5.9/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.9/node_modules/@types/node/querystring.d.ts +152 -0
- package/.cache/typescript/5.9/node_modules/@types/node/quic.d.ts +910 -0
- package/.cache/typescript/5.9/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/.cache/typescript/5.9/node_modules/@types/node/readline.d.ts +541 -0
- package/.cache/typescript/5.9/node_modules/@types/node/repl.d.ts +415 -0
- package/.cache/typescript/5.9/node_modules/@types/node/sea.d.ts +162 -0
- package/.cache/typescript/5.9/node_modules/@types/node/sqlite.d.ts +937 -0
- package/.cache/typescript/5.9/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/.cache/typescript/5.9/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/.cache/typescript/5.9/node_modules/@types/node/stream/web.d.ts +296 -0
- package/.cache/typescript/5.9/node_modules/@types/node/stream.d.ts +1760 -0
- package/.cache/typescript/5.9/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.9/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/.cache/typescript/5.9/node_modules/@types/node/test.d.ts +2239 -0
- package/.cache/typescript/5.9/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/.cache/typescript/5.9/node_modules/@types/node/timers.d.ts +159 -0
- package/.cache/typescript/5.9/node_modules/@types/node/tls.d.ts +1198 -0
- package/.cache/typescript/5.9/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/.cache/typescript/5.9/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/.cache/typescript/5.9/node_modules/@types/node/tty.d.ts +250 -0
- package/.cache/typescript/5.9/node_modules/@types/node/url.d.ts +519 -0
- package/.cache/typescript/5.9/node_modules/@types/node/util/types.d.ts +558 -0
- package/.cache/typescript/5.9/node_modules/@types/node/util.d.ts +1653 -0
- package/.cache/typescript/5.9/node_modules/@types/node/v8.d.ts +979 -0
- package/.cache/typescript/5.9/node_modules/@types/node/vm.d.ts +1180 -0
- package/.cache/typescript/5.9/node_modules/@types/node/wasi.d.ts +202 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/fetch.d.ts +54 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/.cache/typescript/5.9/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/.cache/typescript/5.9/node_modules/@types/node/worker_threads.d.ts +717 -0
- package/.cache/typescript/5.9/node_modules/@types/node/zlib.d.ts +618 -0
- package/.cache/typescript/5.9/node_modules/@types/node-cron/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/node-cron/README.md +76 -0
- package/.cache/typescript/5.9/node_modules/@types/node-cron/index.d.ts +57 -0
- package/.cache/typescript/5.9/node_modules/@types/node-cron/package.json +50 -0
- package/.cache/typescript/5.9/node_modules/@types/npmlog/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/npmlog/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/npmlog/index.d.ts +84 -0
- package/.cache/typescript/5.9/node_modules/@types/npmlog/package.json +32 -0
- package/.cache/typescript/5.9/node_modules/@types/pako/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/pako/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/pako/index.d.ts +161 -0
- package/.cache/typescript/5.9/node_modules/@types/pako/package.json +36 -0
- package/.cache/typescript/5.9/node_modules/@types/pngjs/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/pngjs/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/pngjs/browser.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/@types/pngjs/index.d.ts +101 -0
- package/.cache/typescript/5.9/node_modules/@types/pngjs/package.json +37 -0
- package/.cache/typescript/5.9/node_modules/@types/prompt-sync/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/prompt-sync/README.md +88 -0
- package/.cache/typescript/5.9/node_modules/@types/prompt-sync/index.d.ts +69 -0
- package/.cache/typescript/5.9/node_modules/@types/prompt-sync/package.json +30 -0
- package/.cache/typescript/5.9/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/qs/index.d.ts +82 -0
- package/.cache/typescript/5.9/node_modules/@types/qs/package.json +66 -0
- package/.cache/typescript/5.9/node_modules/@types/range-parser/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/range-parser/README.md +53 -0
- package/.cache/typescript/5.9/node_modules/@types/range-parser/index.d.ts +34 -0
- package/.cache/typescript/5.9/node_modules/@types/range-parser/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/react/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/react/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/react/canary.d.ts +120 -0
- package/.cache/typescript/5.9/node_modules/@types/react/compiler-runtime.d.ts +4 -0
- package/.cache/typescript/5.9/node_modules/@types/react/experimental.d.ts +177 -0
- package/.cache/typescript/5.9/node_modules/@types/react/global.d.ts +165 -0
- package/.cache/typescript/5.9/node_modules/@types/react/index.d.ts +4327 -0
- package/.cache/typescript/5.9/node_modules/@types/react/jsx-dev-runtime.d.ts +45 -0
- package/.cache/typescript/5.9/node_modules/@types/react/jsx-runtime.d.ts +36 -0
- package/.cache/typescript/5.9/node_modules/@types/react/package.json +210 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/canary.d.ts +120 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/experimental.d.ts +177 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/global.d.ts +165 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/index.d.ts +4311 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +44 -0
- package/.cache/typescript/5.9/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +35 -0
- package/.cache/typescript/5.9/node_modules/@types/readable-stream/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/readable-stream/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/readable-stream/index.d.ts +686 -0
- package/.cache/typescript/5.9/node_modules/@types/readable-stream/package.json +38 -0
- package/.cache/typescript/5.9/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/request/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/request/index.d.ts +395 -0
- package/.cache/typescript/5.9/node_modules/@types/request/package.json +71 -0
- package/.cache/typescript/5.9/node_modules/@types/send/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/send/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/send/index.d.ts +187 -0
- package/.cache/typescript/5.9/node_modules/@types/send/package.json +38 -0
- package/.cache/typescript/5.9/node_modules/@types/serve-static/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/serve-static/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/serve-static/index.d.ts +116 -0
- package/.cache/typescript/5.9/node_modules/@types/serve-static/package.json +44 -0
- package/.cache/typescript/5.9/node_modules/@types/string-similarity/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/string-similarity/README.md +51 -0
- package/.cache/typescript/5.9/node_modules/@types/string-similarity/index.d.ts +32 -0
- package/.cache/typescript/5.9/node_modules/@types/string-similarity/package.json +35 -0
- package/.cache/typescript/5.9/node_modules/@types/tinycolor2/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/tinycolor2/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/tinycolor2/index.d.ts +663 -0
- package/.cache/typescript/5.9/node_modules/@types/tinycolor2/package.json +35 -0
- package/.cache/typescript/5.9/node_modules/@types/totp-generator/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/totp-generator/README.md +69 -0
- package/.cache/typescript/5.9/node_modules/@types/totp-generator/index.d.ts +50 -0
- package/.cache/typescript/5.9/node_modules/@types/totp-generator/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/tough-cookie/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/tough-cookie/index.d.ts +321 -0
- package/.cache/typescript/5.9/node_modules/@types/tough-cookie/package.json +35 -0
- package/.cache/typescript/5.9/node_modules/@types/universalify/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/universalify/README.md +23 -0
- package/.cache/typescript/5.9/node_modules/@types/universalify/index.d.ts +4 -0
- package/.cache/typescript/5.9/node_modules/@types/universalify/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/@types/ws/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/ws/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/ws/index.d.mts +451 -0
- package/.cache/typescript/5.9/node_modules/@types/ws/index.d.ts +445 -0
- package/.cache/typescript/5.9/node_modules/@types/ws/package.json +72 -0
- package/.cache/typescript/5.9/node_modules/@types/yt-search/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/@types/yt-search/README.md +15 -0
- package/.cache/typescript/5.9/node_modules/@types/yt-search/index.d.ts +198 -0
- package/.cache/typescript/5.9/node_modules/@types/yt-search/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.9/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.9/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.9/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.9/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.9/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.9/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.9/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.9/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/.cache/typescript/5.9/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/.cache/typescript/5.9/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.9/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.9/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.9/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.9/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.9/node_modules/csstype/LICENSE +19 -0
- package/.cache/typescript/5.9/node_modules/csstype/README.md +291 -0
- package/.cache/typescript/5.9/node_modules/csstype/index.d.ts +22569 -0
- package/.cache/typescript/5.9/node_modules/csstype/index.js.flow +6863 -0
- package/.cache/typescript/5.9/node_modules/csstype/package.json +70 -0
- package/.cache/typescript/5.9/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.9/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.9/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.9/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.9/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/.eslintrc +5 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/.nycrc +13 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/README.md +54 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/get.d.ts +5 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/get.js +30 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/package.json +76 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/set.d.ts +5 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/set.js +35 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/test/get.js +34 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/test/index.js +4 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/test/set.js +50 -0
- package/.cache/typescript/5.9/node_modules/dunder-proto/tsconfig.json +9 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/.eslintrc +13 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/README.md +49 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/index.js +14 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/package.json +81 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/test/index.js +56 -0
- package/.cache/typescript/5.9/node_modules/es-define-property/tsconfig.json +10 -0
- package/.cache/typescript/5.9/node_modules/es-errors/.eslintrc +5 -0
- package/.cache/typescript/5.9/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/es-errors/CHANGELOG.md +40 -0
- package/.cache/typescript/5.9/node_modules/es-errors/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/es-errors/README.md +55 -0
- package/.cache/typescript/5.9/node_modules/es-errors/eval.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/eval.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/index.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/package.json +80 -0
- package/.cache/typescript/5.9/node_modules/es-errors/range.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/range.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/ref.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/ref.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/syntax.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/syntax.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/test/index.js +19 -0
- package/.cache/typescript/5.9/node_modules/es-errors/tsconfig.json +49 -0
- package/.cache/typescript/5.9/node_modules/es-errors/type.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/type.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-errors/uri.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-errors/uri.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/.eslintrc +16 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/README.md +63 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/ToObject.js +10 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/index.js +4 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/isObject.js +6 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/package.json +80 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/test/index.js +38 -0
- package/.cache/typescript/5.9/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/README.md +53 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/index.js +35 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/package.json +78 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/.cache/typescript/5.9/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/.cache/typescript/5.9/node_modules/form-data/CHANGELOG.md +651 -0
- package/.cache/typescript/5.9/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.9/node_modules/form-data/README.md +350 -0
- package/.cache/typescript/5.9/node_modules/form-data/index.d.ts +51 -0
- package/.cache/typescript/5.9/node_modules/form-data/lib/browser.js +4 -0
- package/.cache/typescript/5.9/node_modules/form-data/lib/form_data.js +509 -0
- package/.cache/typescript/5.9/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.9/node_modules/form-data/package.json +83 -0
- package/.cache/typescript/5.9/node_modules/function-bind/.eslintrc +21 -0
- package/.cache/typescript/5.9/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/.cache/typescript/5.9/node_modules/function-bind/.nycrc +13 -0
- package/.cache/typescript/5.9/node_modules/function-bind/CHANGELOG.md +136 -0
- package/.cache/typescript/5.9/node_modules/function-bind/LICENSE +20 -0
- package/.cache/typescript/5.9/node_modules/function-bind/README.md +46 -0
- package/.cache/typescript/5.9/node_modules/function-bind/implementation.js +84 -0
- package/.cache/typescript/5.9/node_modules/function-bind/index.js +5 -0
- package/.cache/typescript/5.9/node_modules/function-bind/package.json +87 -0
- package/.cache/typescript/5.9/node_modules/function-bind/test/.eslintrc +9 -0
- package/.cache/typescript/5.9/node_modules/function-bind/test/index.js +252 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/.eslintrc +42 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/README.md +71 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/index.js +378 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/package.json +97 -0
- package/.cache/typescript/5.9/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/.cache/typescript/5.9/node_modules/get-proto/.eslintrc +10 -0
- package/.cache/typescript/5.9/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/get-proto/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/get-proto/CHANGELOG.md +21 -0
- package/.cache/typescript/5.9/node_modules/get-proto/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/.cache/typescript/5.9/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/.cache/typescript/5.9/node_modules/get-proto/README.md +50 -0
- package/.cache/typescript/5.9/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/.cache/typescript/5.9/node_modules/get-proto/index.d.ts +5 -0
- package/.cache/typescript/5.9/node_modules/get-proto/index.js +27 -0
- package/.cache/typescript/5.9/node_modules/get-proto/package.json +81 -0
- package/.cache/typescript/5.9/node_modules/get-proto/test/index.js +68 -0
- package/.cache/typescript/5.9/node_modules/get-proto/tsconfig.json +9 -0
- package/.cache/typescript/5.9/node_modules/gopd/.eslintrc +16 -0
- package/.cache/typescript/5.9/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/gopd/CHANGELOG.md +45 -0
- package/.cache/typescript/5.9/node_modules/gopd/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/gopd/README.md +40 -0
- package/.cache/typescript/5.9/node_modules/gopd/gOPD.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/gopd/gOPD.js +4 -0
- package/.cache/typescript/5.9/node_modules/gopd/index.d.ts +5 -0
- package/.cache/typescript/5.9/node_modules/gopd/index.js +15 -0
- package/.cache/typescript/5.9/node_modules/gopd/package.json +77 -0
- package/.cache/typescript/5.9/node_modules/gopd/test/index.js +36 -0
- package/.cache/typescript/5.9/node_modules/gopd/tsconfig.json +9 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/.eslintrc +11 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/.nycrc +9 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/README.md +46 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/index.js +14 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/package.json +111 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/shams.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/shams.js +45 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/test/index.js +22 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/test/tests.js +58 -0
- package/.cache/typescript/5.9/node_modules/has-symbols/tsconfig.json +10 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/.eslintrc +5 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/.nycrc +13 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/README.md +46 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/index.js +8 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/package.json +108 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/shams.js +8 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/test/index.js +21 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/test/tests.js +15 -0
- package/.cache/typescript/5.9/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/.cache/typescript/5.9/node_modules/hasown/.eslintrc +5 -0
- package/.cache/typescript/5.9/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/hasown/.nycrc +13 -0
- package/.cache/typescript/5.9/node_modules/hasown/CHANGELOG.md +40 -0
- package/.cache/typescript/5.9/node_modules/hasown/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/hasown/README.md +40 -0
- package/.cache/typescript/5.9/node_modules/hasown/index.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/hasown/index.js +8 -0
- package/.cache/typescript/5.9/node_modules/hasown/package.json +92 -0
- package/.cache/typescript/5.9/node_modules/hasown/tsconfig.json +6 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/.eslintrc +16 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/README.md +50 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/abs.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/floor.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isFinite.js +12 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isInteger.js +16 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isNaN.js +6 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/max.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/max.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/min.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/min.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/mod.js +9 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/package.json +86 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/pow.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/round.d.ts +1 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/round.js +4 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/sign.js +11 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/test/index.js +192 -0
- package/.cache/typescript/5.9/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/.cache/typescript/5.9/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.9/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.9/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.9/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.9/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.9/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.9/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.9/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.9/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.9/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.9/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.9/node_modules/safe-buffer/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/safe-buffer/README.md +584 -0
- package/.cache/typescript/5.9/node_modules/safe-buffer/index.d.ts +187 -0
- package/.cache/typescript/5.9/node_modules/safe-buffer/index.js +65 -0
- package/.cache/typescript/5.9/node_modules/safe-buffer/package.json +51 -0
- package/.cache/typescript/5.9/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.9/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.9/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.9/node_modules/undici-types/LICENSE +21 -0
- package/.cache/typescript/5.9/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.9/node_modules/undici-types/agent.d.ts +32 -0
- package/.cache/typescript/5.9/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.9/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/.cache/typescript/5.9/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/.cache/typescript/5.9/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.9/node_modules/undici-types/client-stats.d.ts +15 -0
- package/.cache/typescript/5.9/node_modules/undici-types/client.d.ts +108 -0
- package/.cache/typescript/5.9/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.9/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.9/node_modules/undici-types/cookies.d.ts +30 -0
- package/.cache/typescript/5.9/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/.cache/typescript/5.9/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/.cache/typescript/5.9/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/.cache/typescript/5.9/node_modules/undici-types/errors.d.ts +161 -0
- package/.cache/typescript/5.9/node_modules/undici-types/eventsource.d.ts +66 -0
- package/.cache/typescript/5.9/node_modules/undici-types/fetch.d.ts +211 -0
- package/.cache/typescript/5.9/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.9/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.9/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.9/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/.cache/typescript/5.9/node_modules/undici-types/handlers.d.ts +15 -0
- package/.cache/typescript/5.9/node_modules/undici-types/header.d.ts +160 -0
- package/.cache/typescript/5.9/node_modules/undici-types/index.d.ts +80 -0
- package/.cache/typescript/5.9/node_modules/undici-types/interceptors.d.ts +39 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-client.d.ts +27 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/.cache/typescript/5.9/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/.cache/typescript/5.9/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.9/node_modules/undici-types/patch.d.ts +29 -0
- package/.cache/typescript/5.9/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.9/node_modules/undici-types/pool.d.ts +41 -0
- package/.cache/typescript/5.9/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/.cache/typescript/5.9/node_modules/undici-types/readable.d.ts +68 -0
- package/.cache/typescript/5.9/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/.cache/typescript/5.9/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/.cache/typescript/5.9/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/.cache/typescript/5.9/node_modules/undici-types/util.d.ts +18 -0
- package/.cache/typescript/5.9/node_modules/undici-types/utility.d.ts +7 -0
- package/.cache/typescript/5.9/node_modules/undici-types/webidl.d.ts +341 -0
- package/.cache/typescript/5.9/node_modules/undici-types/websocket.d.ts +186 -0
- package/.cache/typescript/5.9/package-lock.json +816 -0
- package/.cache/typescript/5.9/package.json +1 -0
- package/.local/state/replit/agent/.agent_state_05a865744148606d5f07d94747062781c71f7d1d.bin +0 -0
- package/.local/state/replit/agent/.agent_state_12e10601cf0673c427d8be705ddcccdd33dee990.bin +0 -0
- package/.local/state/replit/agent/.agent_state_17f51591a2bf7afb429d148139ebe52b7e37adab.bin +0 -0
- package/.local/state/replit/agent/.agent_state_249cb0f92cdd70e5b1560bfc2d77c46577b4cde1.bin +0 -0
- package/.local/state/replit/agent/.agent_state_24f855a524f997990e095aba422751304ec5d7da.bin +0 -0
- package/.local/state/replit/agent/.agent_state_3766a30987ee134344bb72d5a475591ac51c2515.bin +0 -0
- package/.local/state/replit/agent/.agent_state_3f13ebf1f9e6c8644b3408fef47d0c8dc68c7d98.bin +0 -0
- package/.local/state/replit/agent/.agent_state_49203620c4362da0995d4ffe1be3fff895a2e7aa.bin +0 -0
- package/.local/state/replit/agent/.agent_state_49ca94409e2a1cd07fb7357bb0f93b0c9acd5781.bin +0 -0
- package/.local/state/replit/agent/.agent_state_4d8d0fe3e4d799d875c524d7809baa98d0761039.bin +0 -0
- package/.local/state/replit/agent/.agent_state_524b11e6963f8b7560bbed5fc8f640e3da669bee.bin +0 -0
- package/.local/state/replit/agent/.agent_state_59a5b8a0b8557c5f531770a5d935a68a886f1db0.bin +0 -0
- package/.local/state/replit/agent/.agent_state_5b12b0843c1bccfdedc56dfca266419d8263e875.bin +0 -0
- package/.local/state/replit/agent/.agent_state_60ac71c08b428404e7da03fbdb0e7398aa41d0d1.bin +0 -0
- package/.local/state/replit/agent/.agent_state_66eacd699712884bc39164db44db7c96cdf4fc29.bin +0 -0
- package/.local/state/replit/agent/.agent_state_6f2a4d321f2c264ed5b6f9bae814d6818f425066.bin +0 -0
- package/.local/state/replit/agent/.agent_state_7014d76a11c96ff1446dac50b839cb7ff1b59e55.bin +0 -0
- package/.local/state/replit/agent/.agent_state_717e81286ae1ab3dd9f57518a34ba3ba944e9bda.bin +0 -0
- package/.local/state/replit/agent/.agent_state_769ae4be93685578d03febff7389c6eef3b6a398.bin +0 -0
- package/.local/state/replit/agent/.agent_state_90315e6a7fdd7e22ade7a76e0bd243c91bf9d4d6.bin +0 -0
- package/.local/state/replit/agent/.agent_state_968a72617789bb3eab852049a11c9934fa13193c.bin +0 -0
- package/.local/state/replit/agent/.agent_state_977189d6abebdb3d712f16e6c787637d8d3d7e42.bin +0 -0
- package/.local/state/replit/agent/.agent_state_995b89869ef67020e32f3a4ede42edc8c484eece.bin +0 -0
- package/.local/state/replit/agent/.agent_state_9e690e4820a5580ed1afd9b66789ad6cda97dad6.bin +0 -0
- package/.local/state/replit/agent/.agent_state_a7947f04678f53fc54be68abd0074c90771a5ae2.bin +0 -0
- package/.local/state/replit/agent/.agent_state_a8a69b91a676e6e3c509052b31a9fe47e6449953.bin +0 -0
- package/.local/state/replit/agent/.agent_state_b05b0e57c58e295f6021f287b0eb07b351bea471.bin +0 -0
- package/.local/state/replit/agent/.agent_state_b5aa5be9099c9ac0b91271be9a51e83840eb7a11.bin +0 -0
- package/.local/state/replit/agent/.agent_state_c216ecc01d11970dba895a94cbbc88d1a6a8c25b.bin +0 -0
- package/.local/state/replit/agent/.agent_state_c7288ba3868af144b2ab65d8e58511e8199a2e4a.bin +0 -0
- package/.local/state/replit/agent/.agent_state_c769a7c7c30d9b1891c08ac4ec64c80e2846380d.bin +0 -0
- package/.local/state/replit/agent/.agent_state_c861882c292c74f46d216ac22c180a57ccd2dd16.bin +0 -0
- package/.local/state/replit/agent/.agent_state_c8a18f855fb88f99ca75027bf45747f78221a07c.bin +0 -0
- package/.local/state/replit/agent/.agent_state_cb85d179dbc075b89a8479869b24383db5426247.bin +0 -0
- package/.local/state/replit/agent/.agent_state_d07ebaaa2d331c4a2d7521c84e146208598efbe6.bin +0 -0
- package/.local/state/replit/agent/.agent_state_e7f8c5ad344b100d85c3b39a830d23e7016927ed.bin +0 -0
- package/.local/state/replit/agent/.agent_state_f12fa0d7cd6e62298be6657efffe1797824c7ec9.bin +0 -0
- package/.local/state/replit/agent/.agent_state_f19efd75526eb381e47b6e5b9790632832a66fe4.bin +0 -0
- package/.local/state/replit/agent/.agent_state_f2809a9361323068f1d9407ab72792010ade87d4.bin +0 -0
- package/.local/state/replit/agent/.agent_state_f290f3702f068ce2be553d5435856d640c26c5e8.bin +0 -0
- package/.local/state/replit/agent/.agent_state_f5dda91ed29d47ac9617b47acfa903a0d6c33664.bin +0 -0
- package/.local/state/replit/agent/.agent_state_main.bin +0 -0
- package/.local/state/replit/agent/.latest.json +1 -0
- package/.local/state/replit/agent/repl_state.bin +0 -0
- package/.replit +1 -0
- package/LICENSE-MIT +21 -0
- package/README.md +204 -0
- package/RazaFca.json +6 -0
- package/index.js +395 -0
- package/main.js +36 -0
- package/package.json +51 -0
- package/src/addExternalModule.js +25 -0
- package/src/addUserToGroup.js +115 -0
- package/src/changeAdminStatus.js +103 -0
- package/src/changeArchivedStatus.js +55 -0
- package/src/changeAvatar.js +86 -0
- package/src/changeBio.js +76 -0
- package/src/changeBlockedStatus.js +49 -0
- package/src/changeBlockedStatusMqtt.js +80 -0
- package/src/changeCover.js +72 -0
- package/src/changeGroupImage.js +135 -0
- package/src/changeName.js +78 -0
- package/src/changeNickname.js +59 -0
- package/src/changeThreadColor.js +65 -0
- package/src/changeThreadEmoji.js +55 -0
- package/src/changeUsername.js +58 -0
- package/src/createCommentPost.js +229 -0
- package/src/createNewGroup.js +88 -0
- package/src/createPoll.js +71 -0
- package/src/createPost.js +275 -0
- package/src/data/getThreadInfo.json +1 -0
- package/src/deleteMessage.js +56 -0
- package/src/deleteThread.js +56 -0
- package/src/editMessage.js +69 -0
- package/src/follow.js +74 -0
- package/src/forwardAttachment.js +60 -0
- package/src/getAccess.js +111 -0
- package/src/getAvatarUser.js +78 -0
- package/src/getBotInitialData.js +43 -0
- package/src/getCtx.js +5 -0
- package/src/getCurrentUserID.js +7 -0
- package/src/getEmojiUrl.js +29 -0
- package/src/getFriendsList.js +83 -0
- package/src/getMessage.js +835 -0
- package/src/getOptions.js +5 -0
- package/src/getRegion.js +7 -0
- package/src/getThreadHistory.js +680 -0
- package/src/getThreadHistoryDeprecated.js +93 -0
- package/src/getThreadInfo.js +227 -0
- package/src/getThreadInfoDeprecated.js +80 -0
- package/src/getThreadList.js +269 -0
- package/src/getThreadListDeprecated.js +75 -0
- package/src/getThreadPictures.js +79 -0
- package/src/getUserID.js +66 -0
- package/src/getUserInfo.js +82 -0
- package/src/handleFriendRequest.js +57 -0
- package/src/handleMessageRequest.js +65 -0
- package/src/httpGet.js +64 -0
- package/src/httpPost.js +64 -0
- package/src/httpPostFormData.js +70 -0
- package/src/listenMqtt.js +928 -0
- package/src/listenNotification.js +85 -0
- package/src/logout.js +75 -0
- package/src/markAsDelivered.js +55 -0
- package/src/markAsRead.js +85 -0
- package/src/markAsReadAll.js +50 -0
- package/src/markAsSeen.js +61 -0
- package/src/muteThread.js +52 -0
- package/src/pinMessage.js +59 -0
- package/src/removeUserFromGroup.js +79 -0
- package/src/resolvePhotoUrl.js +45 -0
- package/src/searchForThread.js +53 -0
- package/src/searchStickers.js +53 -0
- package/src/sendMessage.js +438 -0
- package/src/sendMessageMqtt.js +316 -0
- package/src/sendTypingIndicator.js +28 -0
- package/src/setMessageReaction.js +122 -0
- package/src/setMessageReactionMqtt.js +62 -0
- package/src/setPostReaction.js +108 -0
- package/src/setProfileGuard.js +44 -0
- package/src/setStoryReaction.js +64 -0
- package/src/setTitle.js +90 -0
- package/src/shareContact.js +110 -0
- package/src/shareLink.js +59 -0
- package/src/stopListenMqtt.js +23 -0
- package/src/threadColors.js +131 -0
- package/src/unfriend.js +52 -0
- package/src/unsendMessage.js +45 -0
- package/src/uploadAttachment.js +93 -0
- package/utils.js +1448 -0
|
@@ -0,0 +1,1696 @@
|
|
|
1
|
+
import _ = require("../index");
|
|
2
|
+
// eslint-disable-next-line @definitelytyped/strict-export-declare-modifiers, @typescript-eslint/no-unsafe-function-type
|
|
3
|
+
type GlobalFunction = Function;
|
|
4
|
+
declare module "../index" {
|
|
5
|
+
type FunctionBase = GlobalFunction;
|
|
6
|
+
interface LoDashStatic {
|
|
7
|
+
/**
|
|
8
|
+
* Casts value as an array if it’s not one.
|
|
9
|
+
*
|
|
10
|
+
* @param value The value to inspect.
|
|
11
|
+
* @return Returns the cast array.
|
|
12
|
+
*/
|
|
13
|
+
castArray<T>(value?: Many<T>): T[];
|
|
14
|
+
}
|
|
15
|
+
interface Collection<T> {
|
|
16
|
+
/**
|
|
17
|
+
* @see _.castArray
|
|
18
|
+
*/
|
|
19
|
+
castArray(): Collection<T>;
|
|
20
|
+
}
|
|
21
|
+
interface String {
|
|
22
|
+
/**
|
|
23
|
+
* @see _.castArray
|
|
24
|
+
*/
|
|
25
|
+
castArray(): Collection<string>;
|
|
26
|
+
}
|
|
27
|
+
interface Object<T> {
|
|
28
|
+
/**
|
|
29
|
+
* @see _.castArray
|
|
30
|
+
*/
|
|
31
|
+
castArray(): Collection<T>;
|
|
32
|
+
}
|
|
33
|
+
interface Function<T extends (...args: any) => any> {
|
|
34
|
+
/**
|
|
35
|
+
* @see _.castArray
|
|
36
|
+
*/
|
|
37
|
+
castArray(): Collection<T>;
|
|
38
|
+
}
|
|
39
|
+
interface Primitive<T> {
|
|
40
|
+
/**
|
|
41
|
+
* @see _.castArray
|
|
42
|
+
*/
|
|
43
|
+
castArray(): Collection<T>;
|
|
44
|
+
}
|
|
45
|
+
interface CollectionChain<T> {
|
|
46
|
+
/**
|
|
47
|
+
* @see _.castArray
|
|
48
|
+
*/
|
|
49
|
+
castArray(): CollectionChain<T>;
|
|
50
|
+
}
|
|
51
|
+
interface StringChain {
|
|
52
|
+
/**
|
|
53
|
+
* @see _.castArray
|
|
54
|
+
*/
|
|
55
|
+
castArray(): CollectionChain<string>;
|
|
56
|
+
}
|
|
57
|
+
interface StringNullableChain {
|
|
58
|
+
/**
|
|
59
|
+
* @see _.castArray
|
|
60
|
+
*/
|
|
61
|
+
castArray(): CollectionChain<string | undefined>;
|
|
62
|
+
}
|
|
63
|
+
interface ObjectChain<T> {
|
|
64
|
+
/**
|
|
65
|
+
* @see _.castArray
|
|
66
|
+
*/
|
|
67
|
+
castArray(): CollectionChain<T>;
|
|
68
|
+
}
|
|
69
|
+
interface FunctionChain<T extends (...args: any) => any> {
|
|
70
|
+
/**
|
|
71
|
+
* @see _.castArray
|
|
72
|
+
*/
|
|
73
|
+
castArray(): CollectionChain<T>;
|
|
74
|
+
}
|
|
75
|
+
interface PrimitiveChain<T> {
|
|
76
|
+
/**
|
|
77
|
+
* @see _.castArray
|
|
78
|
+
*/
|
|
79
|
+
castArray(): CollectionChain<T>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
interface LoDashStatic {
|
|
83
|
+
/**
|
|
84
|
+
* Creates a shallow clone of value.
|
|
85
|
+
*
|
|
86
|
+
* Note: This method is loosely based on the structured clone algorithm and supports cloning arrays,
|
|
87
|
+
* array buffers, booleans, date objects, maps, numbers, Object objects, regexes, sets, strings, symbols,
|
|
88
|
+
* and typed arrays. The own enumerable properties of arguments objects are cloned as plain objects. An empty
|
|
89
|
+
* object is returned for uncloneable values such as error objects, functions, DOM nodes, and WeakMaps.
|
|
90
|
+
*
|
|
91
|
+
* @param value The value to clone.
|
|
92
|
+
* @return Returns the cloned value.
|
|
93
|
+
*/
|
|
94
|
+
clone<T>(value: T): T;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
98
|
+
/**
|
|
99
|
+
* @see _.clone
|
|
100
|
+
*/
|
|
101
|
+
clone(): TValue;
|
|
102
|
+
/**
|
|
103
|
+
* @see _.cloneDeep
|
|
104
|
+
*/
|
|
105
|
+
cloneDeep(): TValue;
|
|
106
|
+
/**
|
|
107
|
+
* @see _.cloneDeepWith
|
|
108
|
+
*/
|
|
109
|
+
cloneDeepWith(customizer: CloneDeepWithCustomizer<TValue>): any;
|
|
110
|
+
/**
|
|
111
|
+
* @see _.cloneDeepWith
|
|
112
|
+
*/
|
|
113
|
+
cloneDeepWith(): TValue;
|
|
114
|
+
/**
|
|
115
|
+
* @see _.cloneWith
|
|
116
|
+
*/
|
|
117
|
+
cloneWith<TResult extends object | string | number | boolean | null>(customizer: CloneWithCustomizer<TValue, TResult>): TResult;
|
|
118
|
+
/**
|
|
119
|
+
* @see _.cloneWith
|
|
120
|
+
*/
|
|
121
|
+
cloneWith<TResult>(customizer: CloneWithCustomizer<TValue, TResult | undefined>): TResult | TValue;
|
|
122
|
+
/**
|
|
123
|
+
* @see _.cloneWith
|
|
124
|
+
*/
|
|
125
|
+
cloneWith(): TValue;
|
|
126
|
+
}
|
|
127
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
128
|
+
/**
|
|
129
|
+
* @see _.clone
|
|
130
|
+
*/
|
|
131
|
+
clone(): this;
|
|
132
|
+
/**
|
|
133
|
+
* @see _.cloneDeep
|
|
134
|
+
*/
|
|
135
|
+
cloneDeep(): this;
|
|
136
|
+
/**
|
|
137
|
+
* @see _.cloneDeepWith
|
|
138
|
+
*/
|
|
139
|
+
cloneDeepWith(customizer: CloneDeepWithCustomizer<TValue>): LoDashExplicitWrapper<any>;
|
|
140
|
+
/**
|
|
141
|
+
* @see _.cloneDeepWith
|
|
142
|
+
*/
|
|
143
|
+
cloneDeepWith(): this;
|
|
144
|
+
/**
|
|
145
|
+
* @see _.cloneWith
|
|
146
|
+
*/
|
|
147
|
+
cloneWith<TResult extends object | string | number | boolean | null>(customizer: CloneWithCustomizer<TValue, TResult>): ExpChain<TResult>;
|
|
148
|
+
/**
|
|
149
|
+
* @see _.cloneWith
|
|
150
|
+
*/
|
|
151
|
+
cloneWith<TResult>(customizer: CloneWithCustomizer<TValue, TResult | undefined>): ExpChain<TResult | TValue>;
|
|
152
|
+
/**
|
|
153
|
+
* @see _.cloneWith
|
|
154
|
+
*/
|
|
155
|
+
cloneWith(): this;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
interface LoDashStatic {
|
|
159
|
+
/**
|
|
160
|
+
* This method is like _.clone except that it recursively clones value.
|
|
161
|
+
*
|
|
162
|
+
* @param value The value to recursively clone.
|
|
163
|
+
* @return Returns the deep cloned value.
|
|
164
|
+
*/
|
|
165
|
+
cloneDeep<T>(value: T): T;
|
|
166
|
+
}
|
|
167
|
+
type CloneDeepWithCustomizer<TObject> = (value: any, key: number | string | undefined, object: TObject | undefined, stack: any) => any;
|
|
168
|
+
interface LoDashStatic {
|
|
169
|
+
/**
|
|
170
|
+
* This method is like _.cloneWith except that it recursively clones value.
|
|
171
|
+
*
|
|
172
|
+
* @param value The value to recursively clone.
|
|
173
|
+
* @param customizer The function to customize cloning.
|
|
174
|
+
* @return Returns the deep cloned value.
|
|
175
|
+
*/
|
|
176
|
+
cloneDeepWith<T>(value: T, customizer: CloneDeepWithCustomizer<T>): any;
|
|
177
|
+
/**
|
|
178
|
+
* @see _.cloneDeepWith
|
|
179
|
+
*/
|
|
180
|
+
cloneDeepWith<T>(value: T): T;
|
|
181
|
+
}
|
|
182
|
+
type CloneWithCustomizer<TValue, TResult> = (value: TValue, key: number | string | undefined, object: any, stack: any) => TResult;
|
|
183
|
+
interface LoDashStatic {
|
|
184
|
+
/**
|
|
185
|
+
* This method is like _.clone except that it accepts customizer which is invoked to produce the cloned value.
|
|
186
|
+
* If customizer returns undefined cloning is handled by the method instead.
|
|
187
|
+
*
|
|
188
|
+
* @param value The value to clone.
|
|
189
|
+
* @param customizer The function to customize cloning.
|
|
190
|
+
* @return Returns the cloned value.
|
|
191
|
+
*/
|
|
192
|
+
cloneWith<T, TResult extends object | string | number | boolean | null>(value: T, customizer: CloneWithCustomizer<T, TResult>): TResult;
|
|
193
|
+
/**
|
|
194
|
+
* @see _.cloneWith
|
|
195
|
+
*/
|
|
196
|
+
cloneWith<T, TResult>(value: T, customizer: CloneWithCustomizer<T, TResult | undefined>): TResult | T;
|
|
197
|
+
/**
|
|
198
|
+
* @see _.cloneWith
|
|
199
|
+
*/
|
|
200
|
+
cloneWith<T>(value: T): T;
|
|
201
|
+
}
|
|
202
|
+
interface LoDashStatic {
|
|
203
|
+
/**
|
|
204
|
+
* Checks if object conforms to source by invoking the predicate properties of source with the
|
|
205
|
+
* corresponding property values of object.
|
|
206
|
+
*
|
|
207
|
+
* Note: This method is equivalent to _.conforms when source is partially applied.
|
|
208
|
+
*/
|
|
209
|
+
conformsTo<T>(object: T, source: ConformsPredicateObject<T>): boolean;
|
|
210
|
+
}
|
|
211
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
212
|
+
/**
|
|
213
|
+
* @see _.conformsTo
|
|
214
|
+
*/
|
|
215
|
+
conformsTo(source: ConformsPredicateObject<TValue>): boolean;
|
|
216
|
+
}
|
|
217
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
218
|
+
/**
|
|
219
|
+
* @see _.conformsTo
|
|
220
|
+
*/
|
|
221
|
+
conformsTo(source: ConformsPredicateObject<TValue>): PrimitiveChain<boolean>;
|
|
222
|
+
}
|
|
223
|
+
type CondPairNullary<R> = [() => boolean, () => R];
|
|
224
|
+
type CondPairUnary<T, R> = [(val: T) => boolean, (val: T) => R];
|
|
225
|
+
interface LoDashStatic {
|
|
226
|
+
/**
|
|
227
|
+
* Performs a [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
|
228
|
+
* comparison between two values to determine if they are equivalent.
|
|
229
|
+
*
|
|
230
|
+
* @category Lang
|
|
231
|
+
* @param value The value to compare.
|
|
232
|
+
* @param other The other value to compare.
|
|
233
|
+
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
234
|
+
* @example
|
|
235
|
+
*
|
|
236
|
+
* var object = { 'user': 'fred' };
|
|
237
|
+
* var other = { 'user': 'fred' };
|
|
238
|
+
*
|
|
239
|
+
* _.eq(object, object);
|
|
240
|
+
* // => true
|
|
241
|
+
*
|
|
242
|
+
* _.eq(object, other);
|
|
243
|
+
* // => false
|
|
244
|
+
*
|
|
245
|
+
* _.eq('a', 'a');
|
|
246
|
+
* // => true
|
|
247
|
+
*
|
|
248
|
+
* _.eq('a', Object('a'));
|
|
249
|
+
* // => false
|
|
250
|
+
*
|
|
251
|
+
* _.eq(NaN, NaN);
|
|
252
|
+
* // => true
|
|
253
|
+
*/
|
|
254
|
+
eq(value: any, other: any): boolean;
|
|
255
|
+
}
|
|
256
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
257
|
+
/**
|
|
258
|
+
* @see _.eq
|
|
259
|
+
*/
|
|
260
|
+
eq(other: any): boolean;
|
|
261
|
+
}
|
|
262
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
263
|
+
/**
|
|
264
|
+
* @see _.eq
|
|
265
|
+
*/
|
|
266
|
+
eq(other: any): PrimitiveChain<boolean>;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
interface LoDashStatic {
|
|
270
|
+
/**
|
|
271
|
+
* Checks if value is greater than other.
|
|
272
|
+
*
|
|
273
|
+
* @param value The value to compare.
|
|
274
|
+
* @param other The other value to compare.
|
|
275
|
+
* @return Returns true if value is greater than other, else false.
|
|
276
|
+
*/
|
|
277
|
+
gt(value: any, other: any): boolean;
|
|
278
|
+
}
|
|
279
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
280
|
+
/**
|
|
281
|
+
* @see _.gt
|
|
282
|
+
*/
|
|
283
|
+
gt(other: any): boolean;
|
|
284
|
+
}
|
|
285
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
286
|
+
/**
|
|
287
|
+
* @see _.gt
|
|
288
|
+
*/
|
|
289
|
+
gt(other: any): PrimitiveChain<boolean>;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
interface LoDashStatic {
|
|
293
|
+
/**
|
|
294
|
+
* Checks if value is greater than or equal to other.
|
|
295
|
+
*
|
|
296
|
+
* @param value The value to compare.
|
|
297
|
+
* @param other The other value to compare.
|
|
298
|
+
* @return Returns true if value is greater than or equal to other, else false.
|
|
299
|
+
*/
|
|
300
|
+
gte(value: any, other: any): boolean;
|
|
301
|
+
}
|
|
302
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
303
|
+
/**
|
|
304
|
+
* @see _.gte
|
|
305
|
+
*/
|
|
306
|
+
gte(other: any): boolean;
|
|
307
|
+
}
|
|
308
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
309
|
+
/**
|
|
310
|
+
* @see _.gte
|
|
311
|
+
*/
|
|
312
|
+
gte(other: any): PrimitiveChain<boolean>;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
interface LoDashStatic {
|
|
316
|
+
/**
|
|
317
|
+
* Checks if value is classified as an arguments object.
|
|
318
|
+
*
|
|
319
|
+
* @param value The value to check.
|
|
320
|
+
* @return Returns true if value is correctly classified, else false.
|
|
321
|
+
*/
|
|
322
|
+
isArguments(value?: any): value is IArguments;
|
|
323
|
+
}
|
|
324
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
325
|
+
/**
|
|
326
|
+
* @see _.isArguments
|
|
327
|
+
*/
|
|
328
|
+
isArguments(): boolean;
|
|
329
|
+
}
|
|
330
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
331
|
+
/**
|
|
332
|
+
* @see _.isArguments
|
|
333
|
+
*/
|
|
334
|
+
isArguments(): PrimitiveChain<boolean>;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
interface LoDashStatic {
|
|
338
|
+
/**
|
|
339
|
+
* Checks if value is classified as an Array object.
|
|
340
|
+
* @param value The value to check.
|
|
341
|
+
*
|
|
342
|
+
* @return Returns true if value is correctly classified, else false.
|
|
343
|
+
*/
|
|
344
|
+
isArray(value?: any): value is any[];
|
|
345
|
+
}
|
|
346
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
347
|
+
/**
|
|
348
|
+
* @see _.isArray
|
|
349
|
+
*/
|
|
350
|
+
isArray(): boolean;
|
|
351
|
+
}
|
|
352
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
353
|
+
/**
|
|
354
|
+
* @see _.isArray
|
|
355
|
+
*/
|
|
356
|
+
isArray(): PrimitiveChain<boolean>;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
interface LoDashStatic {
|
|
360
|
+
/**
|
|
361
|
+
* Checks if value is classified as an ArrayBuffer object.
|
|
362
|
+
*
|
|
363
|
+
* @param value The value to check.
|
|
364
|
+
* @return Returns true if value is correctly classified, else false.
|
|
365
|
+
*/
|
|
366
|
+
isArrayBuffer(value?: any): value is ArrayBuffer;
|
|
367
|
+
}
|
|
368
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
369
|
+
/**
|
|
370
|
+
* @see _.isArrayBuffer
|
|
371
|
+
*/
|
|
372
|
+
isArrayBuffer(): boolean;
|
|
373
|
+
}
|
|
374
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
375
|
+
/**
|
|
376
|
+
* @see _.isArrayBuffer
|
|
377
|
+
*/
|
|
378
|
+
isArrayBuffer(): PrimitiveChain<boolean>;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
interface LoDashStatic {
|
|
382
|
+
/**
|
|
383
|
+
* Checks if `value` is array-like. A value is considered array-like if it's
|
|
384
|
+
* not a function and has a `value.length` that's an integer greater than or
|
|
385
|
+
* equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
|
|
386
|
+
*
|
|
387
|
+
* @category Lang
|
|
388
|
+
* @param value The value to check.
|
|
389
|
+
* @returns Returns `true` if `value` is array-like, else `false`.
|
|
390
|
+
* @example
|
|
391
|
+
*
|
|
392
|
+
* _.isArrayLike([1, 2, 3]);
|
|
393
|
+
* // => true
|
|
394
|
+
*
|
|
395
|
+
* _.isArrayLike(document.body.children);
|
|
396
|
+
* // => true
|
|
397
|
+
*
|
|
398
|
+
* _.isArrayLike('abc');
|
|
399
|
+
* // => true
|
|
400
|
+
*
|
|
401
|
+
* _.isArrayLike(_.noop);
|
|
402
|
+
* // => false
|
|
403
|
+
*/
|
|
404
|
+
isArrayLike<T extends { __lodashAnyHack: any }>(t: T): boolean;
|
|
405
|
+
/**
|
|
406
|
+
* @see _.isArrayLike
|
|
407
|
+
*/
|
|
408
|
+
isArrayLike(value: ((...args: any[]) => any) | null | undefined): value is never;
|
|
409
|
+
/**
|
|
410
|
+
* @see _.isArrayLike
|
|
411
|
+
*/
|
|
412
|
+
isArrayLike(value: any): value is { length: number };
|
|
413
|
+
}
|
|
414
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
415
|
+
/**
|
|
416
|
+
* @see _.isArrayLike
|
|
417
|
+
*/
|
|
418
|
+
isArrayLike(): boolean;
|
|
419
|
+
}
|
|
420
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
421
|
+
/**
|
|
422
|
+
* @see _.isArrayLike
|
|
423
|
+
*/
|
|
424
|
+
isArrayLike(): PrimitiveChain<boolean>;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
interface LoDashStatic {
|
|
428
|
+
/**
|
|
429
|
+
* This method is like `_.isArrayLike` except that it also checks if `value`
|
|
430
|
+
* is an object.
|
|
431
|
+
*
|
|
432
|
+
* @category Lang
|
|
433
|
+
* @param value The value to check.
|
|
434
|
+
* @returns Returns `true` if `value` is an array-like object, else `false`.
|
|
435
|
+
* @example
|
|
436
|
+
*
|
|
437
|
+
* _.isArrayLikeObject([1, 2, 3]);
|
|
438
|
+
* // => true
|
|
439
|
+
*
|
|
440
|
+
* _.isArrayLikeObject(document.body.children);
|
|
441
|
+
* // => true
|
|
442
|
+
*
|
|
443
|
+
* _.isArrayLikeObject('abc');
|
|
444
|
+
* // => false
|
|
445
|
+
*
|
|
446
|
+
* _.isArrayLikeObject(_.noop);
|
|
447
|
+
* // => false
|
|
448
|
+
*/
|
|
449
|
+
isArrayLikeObject<T extends { __lodashAnyHack: any }>(value: T): boolean;
|
|
450
|
+
/**
|
|
451
|
+
* @see _.isArrayLikeObject
|
|
452
|
+
*/
|
|
453
|
+
isArrayLikeObject(value: ((...args: any[]) => any) | FunctionBase | string | boolean | number | null | undefined): value is never;
|
|
454
|
+
/**
|
|
455
|
+
* @see _.isArrayLikeObject
|
|
456
|
+
*/
|
|
457
|
+
isArrayLikeObject(value: any): value is object & { length: number };
|
|
458
|
+
}
|
|
459
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
460
|
+
/**
|
|
461
|
+
* @see _.isArrayLikeObject
|
|
462
|
+
*/
|
|
463
|
+
isArrayLikeObject(): boolean;
|
|
464
|
+
}
|
|
465
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
466
|
+
/**
|
|
467
|
+
* @see _.isArrayLikeObject
|
|
468
|
+
*/
|
|
469
|
+
isArrayLikeObject(): PrimitiveChain<boolean>;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
interface LoDashStatic {
|
|
473
|
+
/**
|
|
474
|
+
* Checks if value is classified as a boolean primitive or object.
|
|
475
|
+
*
|
|
476
|
+
* @param value The value to check.
|
|
477
|
+
* @return Returns true if value is correctly classified, else false.
|
|
478
|
+
*/
|
|
479
|
+
isBoolean(value?: any): value is boolean;
|
|
480
|
+
}
|
|
481
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
482
|
+
/**
|
|
483
|
+
* @see _.isBoolean
|
|
484
|
+
*/
|
|
485
|
+
isBoolean(): boolean;
|
|
486
|
+
}
|
|
487
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
488
|
+
/**
|
|
489
|
+
* @see _.isBoolean
|
|
490
|
+
*/
|
|
491
|
+
isBoolean(): PrimitiveChain<boolean>;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
interface LoDashStatic {
|
|
495
|
+
/**
|
|
496
|
+
* Checks if value is a buffer.
|
|
497
|
+
*
|
|
498
|
+
* @param value The value to check.
|
|
499
|
+
* @return Returns true if value is a buffer, else false.
|
|
500
|
+
*/
|
|
501
|
+
isBuffer(value?: any): boolean;
|
|
502
|
+
}
|
|
503
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
504
|
+
/**
|
|
505
|
+
* @see _.isBuffer
|
|
506
|
+
*/
|
|
507
|
+
isBuffer(): boolean;
|
|
508
|
+
}
|
|
509
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
510
|
+
/**
|
|
511
|
+
* @see _.isBuffer
|
|
512
|
+
*/
|
|
513
|
+
isBuffer(): PrimitiveChain<boolean>;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
interface LoDashStatic {
|
|
517
|
+
/**
|
|
518
|
+
* Checks if value is classified as a Date object.
|
|
519
|
+
* @param value The value to check.
|
|
520
|
+
*
|
|
521
|
+
* @return Returns true if value is correctly classified, else false.
|
|
522
|
+
*/
|
|
523
|
+
isDate(value?: any): value is Date;
|
|
524
|
+
}
|
|
525
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
526
|
+
/**
|
|
527
|
+
* @see _.isDate
|
|
528
|
+
*/
|
|
529
|
+
isDate(): boolean;
|
|
530
|
+
}
|
|
531
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
532
|
+
/**
|
|
533
|
+
* @see _.isDate
|
|
534
|
+
*/
|
|
535
|
+
isDate(): PrimitiveChain<boolean>;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
interface LoDashStatic {
|
|
539
|
+
/**
|
|
540
|
+
* Checks if value is a DOM element.
|
|
541
|
+
*
|
|
542
|
+
* @param value The value to check.
|
|
543
|
+
* @return Returns true if value is a DOM element, else false.
|
|
544
|
+
*/
|
|
545
|
+
isElement(value?: any): boolean;
|
|
546
|
+
}
|
|
547
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
548
|
+
/**
|
|
549
|
+
* @see _.isElement
|
|
550
|
+
*/
|
|
551
|
+
isElement(): boolean;
|
|
552
|
+
}
|
|
553
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
554
|
+
/**
|
|
555
|
+
* @see _.isElement
|
|
556
|
+
*/
|
|
557
|
+
isElement(): PrimitiveChain<boolean>;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
type EmptyObject<T> = { [K in keyof T]?: never };
|
|
561
|
+
type EmptyObjectOf<T> = EmptyObject<T> extends T ? EmptyObject<T> : never;
|
|
562
|
+
interface LoDashStatic {
|
|
563
|
+
/**
|
|
564
|
+
* Checks if value is empty. A value is considered empty unless it’s an arguments object, array, string, or
|
|
565
|
+
* jQuery-like collection with a length greater than 0 or an object with own enumerable properties.
|
|
566
|
+
*
|
|
567
|
+
* @param value The value to inspect.
|
|
568
|
+
* @return Returns true if value is empty, else false.
|
|
569
|
+
*/
|
|
570
|
+
isEmpty<T extends { __trapAny: any }>(value?: T): boolean;
|
|
571
|
+
isEmpty(value: string): value is '';
|
|
572
|
+
isEmpty(value: Map<any, any> | Set<any> | List<any> | null | undefined): boolean;
|
|
573
|
+
isEmpty(value: object): boolean;
|
|
574
|
+
isEmpty<T extends object>(value: T | null | undefined): value is EmptyObjectOf<T> | null | undefined;
|
|
575
|
+
isEmpty(value?: any): boolean;
|
|
576
|
+
}
|
|
577
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
578
|
+
/**
|
|
579
|
+
* @see _.isEmpty
|
|
580
|
+
*/
|
|
581
|
+
isEmpty(): boolean;
|
|
582
|
+
}
|
|
583
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
584
|
+
/**
|
|
585
|
+
* @see _.isEmpty
|
|
586
|
+
*/
|
|
587
|
+
isEmpty(): PrimitiveChain<boolean>;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
interface LoDashStatic {
|
|
591
|
+
/**
|
|
592
|
+
* Performs a deep comparison between two values to determine if they are
|
|
593
|
+
* equivalent.
|
|
594
|
+
*
|
|
595
|
+
* **Note:** This method supports comparing arrays, array buffers, booleans,
|
|
596
|
+
* date objects, error objects, maps, numbers, `Object` objects, regexes,
|
|
597
|
+
* sets, strings, symbols, and typed arrays. `Object` objects are compared
|
|
598
|
+
* by their own, not inherited, enumerable properties. Functions and DOM
|
|
599
|
+
* nodes are **not** supported.
|
|
600
|
+
*
|
|
601
|
+
* @category Lang
|
|
602
|
+
* @param value The value to compare.
|
|
603
|
+
* @param other The other value to compare.
|
|
604
|
+
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
605
|
+
* @example
|
|
606
|
+
*
|
|
607
|
+
* var object = { 'user': 'fred' };
|
|
608
|
+
* var other = { 'user': 'fred' };
|
|
609
|
+
*
|
|
610
|
+
* _.isEqual(object, other);
|
|
611
|
+
* // => true
|
|
612
|
+
*
|
|
613
|
+
* object === other;
|
|
614
|
+
* // => false
|
|
615
|
+
*/
|
|
616
|
+
isEqual(value: any, other: any): boolean;
|
|
617
|
+
}
|
|
618
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
619
|
+
/**
|
|
620
|
+
* @see _.isEqual
|
|
621
|
+
*/
|
|
622
|
+
isEqual(other: any): boolean;
|
|
623
|
+
}
|
|
624
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
625
|
+
/**
|
|
626
|
+
* @see _.isEqual
|
|
627
|
+
*/
|
|
628
|
+
isEqual(other: any): PrimitiveChain<boolean>;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
type IsEqualCustomizer = (value: any, other: any, indexOrKey: PropertyName | undefined, parent: any, otherParent: any, stack: any) => boolean | undefined;
|
|
632
|
+
interface LoDashStatic {
|
|
633
|
+
/**
|
|
634
|
+
* This method is like `_.isEqual` except that it accepts `customizer` which is
|
|
635
|
+
* invoked to compare values. If `customizer` returns `undefined` comparisons are
|
|
636
|
+
* handled by the method instead. The `customizer` is invoked with up to seven arguments:
|
|
637
|
+
* (objValue, othValue [, index|key, object, other, stack]).
|
|
638
|
+
*
|
|
639
|
+
* @category Lang
|
|
640
|
+
* @param value The value to compare.
|
|
641
|
+
* @param other The other value to compare.
|
|
642
|
+
* @param [customizer] The function to customize comparisons.
|
|
643
|
+
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
644
|
+
* @example
|
|
645
|
+
*
|
|
646
|
+
* function isGreeting(value) {
|
|
647
|
+
* return /^h(?:i|ello)$/.test(value);
|
|
648
|
+
* }
|
|
649
|
+
*
|
|
650
|
+
* function customizer(objValue, othValue) {
|
|
651
|
+
* if (isGreeting(objValue) && isGreeting(othValue)) {
|
|
652
|
+
* return true;
|
|
653
|
+
* }
|
|
654
|
+
* }
|
|
655
|
+
*
|
|
656
|
+
* var array = ['hello', 'goodbye'];
|
|
657
|
+
* var other = ['hi', 'goodbye'];
|
|
658
|
+
*
|
|
659
|
+
* _.isEqualWith(array, other, customizer);
|
|
660
|
+
* // => true
|
|
661
|
+
*/
|
|
662
|
+
isEqualWith(value: any, other: any, customizer?: IsEqualCustomizer): boolean;
|
|
663
|
+
}
|
|
664
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
665
|
+
/**
|
|
666
|
+
* @see _.isEqualWith
|
|
667
|
+
*/
|
|
668
|
+
isEqualWith(other: any, customizer?: IsEqualCustomizer): boolean;
|
|
669
|
+
}
|
|
670
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
671
|
+
/**
|
|
672
|
+
* @see _.isEqualWith
|
|
673
|
+
*/
|
|
674
|
+
isEqualWith(other: any, customizer?: IsEqualCustomizer): PrimitiveChain<boolean>;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
interface LoDashStatic {
|
|
678
|
+
/**
|
|
679
|
+
* Checks if value is an Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, or URIError
|
|
680
|
+
* object.
|
|
681
|
+
*
|
|
682
|
+
* @param value The value to check.
|
|
683
|
+
* @return Returns true if value is an error object, else false.
|
|
684
|
+
*/
|
|
685
|
+
isError(value: any): value is Error;
|
|
686
|
+
}
|
|
687
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
688
|
+
/**
|
|
689
|
+
* @see _.isError
|
|
690
|
+
*/
|
|
691
|
+
isError(): boolean;
|
|
692
|
+
}
|
|
693
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
694
|
+
/**
|
|
695
|
+
* @see _.isError
|
|
696
|
+
*/
|
|
697
|
+
isError(): PrimitiveChain<boolean>;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
interface LoDashStatic {
|
|
701
|
+
/**
|
|
702
|
+
* Checks if value is a finite primitive number.
|
|
703
|
+
*
|
|
704
|
+
* Note: This method is based on Number.isFinite.
|
|
705
|
+
*
|
|
706
|
+
* @param value The value to check.
|
|
707
|
+
* @return Returns true if value is a finite number, else false.
|
|
708
|
+
*/
|
|
709
|
+
isFinite(value?: any): boolean;
|
|
710
|
+
}
|
|
711
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
712
|
+
/**
|
|
713
|
+
* @see _.isFinite
|
|
714
|
+
*/
|
|
715
|
+
isFinite(): boolean;
|
|
716
|
+
}
|
|
717
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
718
|
+
/**
|
|
719
|
+
* @see _.isFinite
|
|
720
|
+
*/
|
|
721
|
+
isFinite(): PrimitiveChain<boolean>;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
interface LoDashStatic {
|
|
725
|
+
/**
|
|
726
|
+
* Checks if value is a callable function.
|
|
727
|
+
*
|
|
728
|
+
* @param value The value to check.
|
|
729
|
+
* @return Returns true if value is correctly classified, else false.
|
|
730
|
+
*/
|
|
731
|
+
isFunction(value: any): value is (...args: any[]) => any;
|
|
732
|
+
}
|
|
733
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
734
|
+
/**
|
|
735
|
+
* @see _.isFunction
|
|
736
|
+
*/
|
|
737
|
+
isFunction(): boolean;
|
|
738
|
+
}
|
|
739
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
740
|
+
/**
|
|
741
|
+
* @see _.isFunction
|
|
742
|
+
*/
|
|
743
|
+
isFunction(): PrimitiveChain<boolean>;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
interface LoDashStatic {
|
|
747
|
+
/**
|
|
748
|
+
* Checks if `value` is an integer.
|
|
749
|
+
*
|
|
750
|
+
* **Note:** This method is based on [`Number.isInteger`](https://mdn.io/Number/isInteger).
|
|
751
|
+
*
|
|
752
|
+
* @category Lang
|
|
753
|
+
* @param value The value to check.
|
|
754
|
+
* @returns Returns `true` if `value` is an integer, else `false`.
|
|
755
|
+
* @example
|
|
756
|
+
*
|
|
757
|
+
* _.isInteger(3);
|
|
758
|
+
* // => true
|
|
759
|
+
*
|
|
760
|
+
* _.isInteger(Number.MIN_VALUE);
|
|
761
|
+
* // => false
|
|
762
|
+
*
|
|
763
|
+
* _.isInteger(Infinity);
|
|
764
|
+
* // => false
|
|
765
|
+
*
|
|
766
|
+
* _.isInteger('3');
|
|
767
|
+
* // => false
|
|
768
|
+
*/
|
|
769
|
+
isInteger(value?: any): boolean;
|
|
770
|
+
}
|
|
771
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
772
|
+
/**
|
|
773
|
+
* @see _.isInteger
|
|
774
|
+
*/
|
|
775
|
+
isInteger(): boolean;
|
|
776
|
+
}
|
|
777
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
778
|
+
/**
|
|
779
|
+
* @see _.isInteger
|
|
780
|
+
*/
|
|
781
|
+
isInteger(): PrimitiveChain<boolean>;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
interface LoDashStatic {
|
|
785
|
+
/**
|
|
786
|
+
* Checks if `value` is a valid array-like length.
|
|
787
|
+
*
|
|
788
|
+
* **Note:** This function is loosely based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength).
|
|
789
|
+
*
|
|
790
|
+
* @category Lang
|
|
791
|
+
* @param value The value to check.
|
|
792
|
+
* @returns Returns `true` if `value` is a valid length, else `false`.
|
|
793
|
+
* @example
|
|
794
|
+
*
|
|
795
|
+
* _.isLength(3);
|
|
796
|
+
* // => true
|
|
797
|
+
*
|
|
798
|
+
* _.isLength(Number.MIN_VALUE);
|
|
799
|
+
* // => false
|
|
800
|
+
*
|
|
801
|
+
* _.isLength(Infinity);
|
|
802
|
+
* // => false
|
|
803
|
+
*
|
|
804
|
+
* _.isLength('3');
|
|
805
|
+
* // => false
|
|
806
|
+
*/
|
|
807
|
+
isLength(value?: any): boolean;
|
|
808
|
+
}
|
|
809
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
810
|
+
/**
|
|
811
|
+
* @see _.isLength
|
|
812
|
+
*/
|
|
813
|
+
isLength(): boolean;
|
|
814
|
+
}
|
|
815
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
816
|
+
/**
|
|
817
|
+
* @see _.isLength
|
|
818
|
+
*/
|
|
819
|
+
isLength(): PrimitiveChain<boolean>;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
interface LoDashStatic {
|
|
823
|
+
/**
|
|
824
|
+
* Checks if value is classified as a Map object.
|
|
825
|
+
*
|
|
826
|
+
* @param value The value to check.
|
|
827
|
+
* @returns Returns true if value is correctly classified, else false.
|
|
828
|
+
*/
|
|
829
|
+
isMap(value?: any): value is Map<any, any>;
|
|
830
|
+
}
|
|
831
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
832
|
+
/**
|
|
833
|
+
* @see _.isMap
|
|
834
|
+
*/
|
|
835
|
+
isMap(): boolean;
|
|
836
|
+
}
|
|
837
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
838
|
+
/**
|
|
839
|
+
* @see _.isMap
|
|
840
|
+
*/
|
|
841
|
+
isMap(): PrimitiveChain<boolean>;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
interface LoDashStatic {
|
|
845
|
+
/**
|
|
846
|
+
* Performs a deep comparison between `object` and `source` to determine if
|
|
847
|
+
* `object` contains equivalent property values.
|
|
848
|
+
*
|
|
849
|
+
* **Note:** This method supports comparing the same values as `_.isEqual`.
|
|
850
|
+
*
|
|
851
|
+
* @category Lang
|
|
852
|
+
* @param object The object to inspect.
|
|
853
|
+
* @param source The object of property values to match.
|
|
854
|
+
* @returns Returns `true` if `object` is a match, else `false`.
|
|
855
|
+
* @example
|
|
856
|
+
*
|
|
857
|
+
* var object = { 'user': 'fred', 'age': 40 };
|
|
858
|
+
*
|
|
859
|
+
* _.isMatch(object, { 'age': 40 });
|
|
860
|
+
* // => true
|
|
861
|
+
*
|
|
862
|
+
* _.isMatch(object, { 'age': 36 });
|
|
863
|
+
* // => false
|
|
864
|
+
*/
|
|
865
|
+
isMatch(object: object, source: object): boolean;
|
|
866
|
+
}
|
|
867
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
868
|
+
/**
|
|
869
|
+
* @see _.isMatch
|
|
870
|
+
*/
|
|
871
|
+
isMatch(source: object): boolean;
|
|
872
|
+
}
|
|
873
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
874
|
+
/**
|
|
875
|
+
* @see _.isMatch
|
|
876
|
+
*/
|
|
877
|
+
isMatch(source: object): PrimitiveChain<boolean>;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean | undefined;
|
|
881
|
+
interface LoDashStatic {
|
|
882
|
+
/**
|
|
883
|
+
* This method is like `_.isMatch` except that it accepts `customizer` which
|
|
884
|
+
* is invoked to compare values. If `customizer` returns `undefined` comparisons
|
|
885
|
+
* are handled by the method instead. The `customizer` is invoked with three
|
|
886
|
+
* arguments: (objValue, srcValue, index|key, object, source).
|
|
887
|
+
*
|
|
888
|
+
* @category Lang
|
|
889
|
+
* @param object The object to inspect.
|
|
890
|
+
* @param source The object of property values to match.
|
|
891
|
+
* @param [customizer] The function to customize comparisons.
|
|
892
|
+
* @returns Returns `true` if `object` is a match, else `false`.
|
|
893
|
+
* @example
|
|
894
|
+
*
|
|
895
|
+
* function isGreeting(value) {
|
|
896
|
+
* return /^h(?:i|ello)$/.test(value);
|
|
897
|
+
* }
|
|
898
|
+
*
|
|
899
|
+
* function customizer(objValue, srcValue) {
|
|
900
|
+
* if (isGreeting(objValue) && isGreeting(srcValue)) {
|
|
901
|
+
* return true;
|
|
902
|
+
* }
|
|
903
|
+
* }
|
|
904
|
+
*
|
|
905
|
+
* var object = { 'greeting': 'hello' };
|
|
906
|
+
* var source = { 'greeting': 'hi' };
|
|
907
|
+
*
|
|
908
|
+
* _.isMatchWith(object, source, customizer);
|
|
909
|
+
* // => true
|
|
910
|
+
*/
|
|
911
|
+
isMatchWith(object: object, source: object, customizer: isMatchWithCustomizer): boolean;
|
|
912
|
+
}
|
|
913
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
914
|
+
/**
|
|
915
|
+
* @see _.isMatchWith
|
|
916
|
+
*/
|
|
917
|
+
isMatchWith(source: object, customizer: isMatchWithCustomizer): boolean;
|
|
918
|
+
}
|
|
919
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
920
|
+
/**
|
|
921
|
+
* @see _.isMatchWith
|
|
922
|
+
*/
|
|
923
|
+
isMatchWith(source: object, customizer: isMatchWithCustomizer): PrimitiveChain<boolean>;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
interface LoDashStatic {
|
|
927
|
+
/**
|
|
928
|
+
* Checks if value is NaN.
|
|
929
|
+
*
|
|
930
|
+
* Note: This method is not the same as isNaN which returns true for undefined and other non-numeric values.
|
|
931
|
+
*
|
|
932
|
+
* @param value The value to check.
|
|
933
|
+
* @return Returns true if value is NaN, else false.
|
|
934
|
+
*/
|
|
935
|
+
isNaN(value?: any): boolean;
|
|
936
|
+
}
|
|
937
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
938
|
+
/**
|
|
939
|
+
* @see _.isNaN
|
|
940
|
+
*/
|
|
941
|
+
isNaN(): boolean;
|
|
942
|
+
}
|
|
943
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
944
|
+
/**
|
|
945
|
+
* @see _.isNaN
|
|
946
|
+
*/
|
|
947
|
+
isNaN(): PrimitiveChain<boolean>;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
interface LoDashStatic {
|
|
951
|
+
/**
|
|
952
|
+
* Checks if value is a native function.
|
|
953
|
+
* @param value The value to check.
|
|
954
|
+
*
|
|
955
|
+
* @return Returns true if value is a native function, else false.
|
|
956
|
+
*/
|
|
957
|
+
isNative(value: any): value is (...args: any[]) => any;
|
|
958
|
+
}
|
|
959
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
960
|
+
/**
|
|
961
|
+
* @see _.isNative
|
|
962
|
+
*/
|
|
963
|
+
isNative(): boolean;
|
|
964
|
+
}
|
|
965
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
966
|
+
/**
|
|
967
|
+
* @see _.isNative
|
|
968
|
+
*/
|
|
969
|
+
isNative(): PrimitiveChain<boolean>;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
interface LoDashStatic {
|
|
973
|
+
/**
|
|
974
|
+
* Checks if `value` is `null` or `undefined`.
|
|
975
|
+
*
|
|
976
|
+
* @category Lang
|
|
977
|
+
* @param value The value to check.
|
|
978
|
+
* @returns Returns `true` if `value` is nullish, else `false`.
|
|
979
|
+
* @example
|
|
980
|
+
*
|
|
981
|
+
* _.isNil(null);
|
|
982
|
+
* // => true
|
|
983
|
+
*
|
|
984
|
+
* _.isNil(void 0);
|
|
985
|
+
* // => true
|
|
986
|
+
*
|
|
987
|
+
* _.isNil(NaN);
|
|
988
|
+
* // => false
|
|
989
|
+
*/
|
|
990
|
+
isNil(value: any): value is null | undefined;
|
|
991
|
+
}
|
|
992
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
993
|
+
/**
|
|
994
|
+
* @see _.isNil
|
|
995
|
+
*/
|
|
996
|
+
isNil(): boolean;
|
|
997
|
+
}
|
|
998
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
999
|
+
/**
|
|
1000
|
+
* @see _.isNil
|
|
1001
|
+
*/
|
|
1002
|
+
isNil(): PrimitiveChain<boolean>;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
interface LoDashStatic {
|
|
1006
|
+
/**
|
|
1007
|
+
* Checks if value is null.
|
|
1008
|
+
*
|
|
1009
|
+
* @param value The value to check.
|
|
1010
|
+
* @return Returns true if value is null, else false.
|
|
1011
|
+
*/
|
|
1012
|
+
isNull(value: any): value is null;
|
|
1013
|
+
}
|
|
1014
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1015
|
+
/**
|
|
1016
|
+
* @see _.isNull
|
|
1017
|
+
*/
|
|
1018
|
+
isNull(): boolean;
|
|
1019
|
+
}
|
|
1020
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1021
|
+
/**
|
|
1022
|
+
* @see _.isNull
|
|
1023
|
+
*/
|
|
1024
|
+
isNull(): PrimitiveChain<boolean>;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
interface LoDashStatic {
|
|
1028
|
+
/**
|
|
1029
|
+
* Checks if value is classified as a Number primitive or object.
|
|
1030
|
+
*
|
|
1031
|
+
* Note: To exclude Infinity, -Infinity, and NaN, which are classified as numbers, use the _.isFinite method.
|
|
1032
|
+
*
|
|
1033
|
+
* @param value The value to check.
|
|
1034
|
+
* @return Returns true if value is correctly classified, else false.
|
|
1035
|
+
*/
|
|
1036
|
+
isNumber(value?: any): value is number;
|
|
1037
|
+
}
|
|
1038
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1039
|
+
/**
|
|
1040
|
+
* @see _.isNumber
|
|
1041
|
+
*/
|
|
1042
|
+
isNumber(): boolean;
|
|
1043
|
+
}
|
|
1044
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1045
|
+
/**
|
|
1046
|
+
* @see _.isNumber
|
|
1047
|
+
*/
|
|
1048
|
+
isNumber(): PrimitiveChain<boolean>;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
interface LoDashStatic {
|
|
1052
|
+
/**
|
|
1053
|
+
* Checks if value is the language type of Object. (e.g. arrays, functions, objects, regexes, new Number(0),
|
|
1054
|
+
* and new String(''))
|
|
1055
|
+
*
|
|
1056
|
+
* @param value The value to check.
|
|
1057
|
+
* @return Returns true if value is an object, else false.
|
|
1058
|
+
*/
|
|
1059
|
+
isObject(value?: any): value is object;
|
|
1060
|
+
}
|
|
1061
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1062
|
+
/**
|
|
1063
|
+
* @see _.isObject
|
|
1064
|
+
*/
|
|
1065
|
+
isObject(): this is LoDashImplicitWrapper<object>;
|
|
1066
|
+
}
|
|
1067
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1068
|
+
/**
|
|
1069
|
+
* @see _.isObject
|
|
1070
|
+
*/
|
|
1071
|
+
isObject(): PrimitiveChain<boolean>;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
interface LoDashStatic {
|
|
1075
|
+
/**
|
|
1076
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
1077
|
+
* and has a `typeof` result of "object".
|
|
1078
|
+
*
|
|
1079
|
+
* @category Lang
|
|
1080
|
+
* @param value The value to check.
|
|
1081
|
+
* @returns Returns `true` if `value` is object-like, else `false`.
|
|
1082
|
+
* @example
|
|
1083
|
+
*
|
|
1084
|
+
* _.isObjectLike({});
|
|
1085
|
+
* // => true
|
|
1086
|
+
*
|
|
1087
|
+
* _.isObjectLike([1, 2, 3]);
|
|
1088
|
+
* // => true
|
|
1089
|
+
*
|
|
1090
|
+
* _.isObjectLike(_.noop);
|
|
1091
|
+
* // => false
|
|
1092
|
+
*
|
|
1093
|
+
* _.isObjectLike(null);
|
|
1094
|
+
* // => false
|
|
1095
|
+
*/
|
|
1096
|
+
isObjectLike(value?: any): boolean;
|
|
1097
|
+
}
|
|
1098
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1099
|
+
/**
|
|
1100
|
+
* @see _.isObjectLike
|
|
1101
|
+
*/
|
|
1102
|
+
isObjectLike(): boolean;
|
|
1103
|
+
}
|
|
1104
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1105
|
+
/**
|
|
1106
|
+
* @see _.isObjectLike
|
|
1107
|
+
*/
|
|
1108
|
+
isObjectLike(): PrimitiveChain<boolean>;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
interface LoDashStatic {
|
|
1112
|
+
/**
|
|
1113
|
+
* Checks if value is a plain object, that is, an object created by the Object constructor or one with a
|
|
1114
|
+
* [[Prototype]] of null.
|
|
1115
|
+
*
|
|
1116
|
+
* Note: This method assumes objects created by the Object constructor have no inherited enumerable properties.
|
|
1117
|
+
*
|
|
1118
|
+
* @param value The value to check.
|
|
1119
|
+
* @return Returns true if value is a plain object, else false.
|
|
1120
|
+
*/
|
|
1121
|
+
isPlainObject(value?: any): boolean;
|
|
1122
|
+
}
|
|
1123
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1124
|
+
/**
|
|
1125
|
+
* @see _.isPlainObject
|
|
1126
|
+
*/
|
|
1127
|
+
isPlainObject(): boolean;
|
|
1128
|
+
}
|
|
1129
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1130
|
+
/**
|
|
1131
|
+
* @see _.isPlainObject
|
|
1132
|
+
*/
|
|
1133
|
+
isPlainObject(): PrimitiveChain<boolean>;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
interface LoDashStatic {
|
|
1137
|
+
/**
|
|
1138
|
+
* Checks if value is classified as a RegExp object.
|
|
1139
|
+
* @param value The value to check.
|
|
1140
|
+
*
|
|
1141
|
+
* @return Returns true if value is correctly classified, else false.
|
|
1142
|
+
*/
|
|
1143
|
+
isRegExp(value?: any): value is RegExp;
|
|
1144
|
+
}
|
|
1145
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1146
|
+
/**
|
|
1147
|
+
* @see _.isRegExp
|
|
1148
|
+
*/
|
|
1149
|
+
isRegExp(): boolean;
|
|
1150
|
+
}
|
|
1151
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1152
|
+
/**
|
|
1153
|
+
* @see _.isRegExp
|
|
1154
|
+
*/
|
|
1155
|
+
isRegExp(): PrimitiveChain<boolean>;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
interface LoDashStatic {
|
|
1159
|
+
/**
|
|
1160
|
+
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754
|
|
1161
|
+
* double precision number which isn't the result of a rounded unsafe integer.
|
|
1162
|
+
*
|
|
1163
|
+
* **Note:** This method is based on [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger).
|
|
1164
|
+
*
|
|
1165
|
+
* @category Lang
|
|
1166
|
+
* @param value The value to check.
|
|
1167
|
+
* @returns Returns `true` if `value` is a safe integer, else `false`.
|
|
1168
|
+
* @example
|
|
1169
|
+
*
|
|
1170
|
+
* _.isSafeInteger(3);
|
|
1171
|
+
* // => true
|
|
1172
|
+
*
|
|
1173
|
+
* _.isSafeInteger(Number.MIN_VALUE);
|
|
1174
|
+
* // => false
|
|
1175
|
+
*
|
|
1176
|
+
* _.isSafeInteger(Infinity);
|
|
1177
|
+
* // => false
|
|
1178
|
+
*
|
|
1179
|
+
* _.isSafeInteger('3');
|
|
1180
|
+
* // => false
|
|
1181
|
+
*/
|
|
1182
|
+
isSafeInteger(value: any): boolean;
|
|
1183
|
+
}
|
|
1184
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1185
|
+
/**
|
|
1186
|
+
* @see _.isSafeInteger
|
|
1187
|
+
*/
|
|
1188
|
+
isSafeInteger(): boolean;
|
|
1189
|
+
}
|
|
1190
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1191
|
+
/**
|
|
1192
|
+
* @see _.isSafeInteger
|
|
1193
|
+
*/
|
|
1194
|
+
isSafeInteger(): PrimitiveChain<boolean>;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
interface LoDashStatic {
|
|
1198
|
+
/**
|
|
1199
|
+
* Checks if value is classified as a Set object.
|
|
1200
|
+
*
|
|
1201
|
+
* @param value The value to check.
|
|
1202
|
+
* @returns Returns true if value is correctly classified, else false.
|
|
1203
|
+
*/
|
|
1204
|
+
isSet(value?: any): value is Set<any>;
|
|
1205
|
+
}
|
|
1206
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1207
|
+
/**
|
|
1208
|
+
* @see _.isSet
|
|
1209
|
+
*/
|
|
1210
|
+
isSet(): boolean;
|
|
1211
|
+
}
|
|
1212
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1213
|
+
/**
|
|
1214
|
+
* @see _.isSet
|
|
1215
|
+
*/
|
|
1216
|
+
isSet(): PrimitiveChain<boolean>;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
interface LoDashStatic {
|
|
1220
|
+
/**
|
|
1221
|
+
* Checks if value is classified as a String primitive or object.
|
|
1222
|
+
*
|
|
1223
|
+
* @param value The value to check.
|
|
1224
|
+
* @return Returns true if value is correctly classified, else false.
|
|
1225
|
+
*/
|
|
1226
|
+
isString(value?: any): value is string;
|
|
1227
|
+
}
|
|
1228
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1229
|
+
/**
|
|
1230
|
+
* @see _.isString
|
|
1231
|
+
*/
|
|
1232
|
+
isString(): boolean;
|
|
1233
|
+
}
|
|
1234
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1235
|
+
/**
|
|
1236
|
+
* @see _.isString
|
|
1237
|
+
*/
|
|
1238
|
+
isString(): PrimitiveChain<boolean>;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
interface LoDashStatic {
|
|
1242
|
+
/**
|
|
1243
|
+
* Checks if `value` is classified as a `Symbol` primitive or object.
|
|
1244
|
+
*
|
|
1245
|
+
* @category Lang
|
|
1246
|
+
* @param value The value to check.
|
|
1247
|
+
* @returns Returns `true` if `value` is correctly classified, else `false`.
|
|
1248
|
+
* @example
|
|
1249
|
+
*
|
|
1250
|
+
* _.isSymbol(Symbol.iterator);
|
|
1251
|
+
* // => true
|
|
1252
|
+
*
|
|
1253
|
+
* _.isSymbol('abc');
|
|
1254
|
+
* // => false
|
|
1255
|
+
*/
|
|
1256
|
+
isSymbol(value: any): value is symbol;
|
|
1257
|
+
}
|
|
1258
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1259
|
+
/**
|
|
1260
|
+
* @see _.isSymbol
|
|
1261
|
+
*/
|
|
1262
|
+
isSymbol(): boolean;
|
|
1263
|
+
}
|
|
1264
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1265
|
+
/**
|
|
1266
|
+
* @see _.isSymbol
|
|
1267
|
+
*/
|
|
1268
|
+
isSymbol(): PrimitiveChain<boolean>;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
interface LoDashStatic {
|
|
1272
|
+
/**
|
|
1273
|
+
* Checks if value is classified as a typed array.
|
|
1274
|
+
*
|
|
1275
|
+
* @param value The value to check.
|
|
1276
|
+
* @return Returns true if value is correctly classified, else false.
|
|
1277
|
+
*/
|
|
1278
|
+
isTypedArray(value: any): boolean;
|
|
1279
|
+
}
|
|
1280
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1281
|
+
/**
|
|
1282
|
+
* @see _.isTypedArray
|
|
1283
|
+
*/
|
|
1284
|
+
isTypedArray(): boolean;
|
|
1285
|
+
}
|
|
1286
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1287
|
+
/**
|
|
1288
|
+
* @see _.isTypedArray
|
|
1289
|
+
*/
|
|
1290
|
+
isTypedArray(): PrimitiveChain<boolean>;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
interface LoDashStatic {
|
|
1294
|
+
/**
|
|
1295
|
+
* Checks if value is undefined.
|
|
1296
|
+
*
|
|
1297
|
+
* @param value The value to check.
|
|
1298
|
+
* @return Returns true if value is undefined, else false.
|
|
1299
|
+
*/
|
|
1300
|
+
isUndefined(value: any): value is undefined;
|
|
1301
|
+
}
|
|
1302
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1303
|
+
/**
|
|
1304
|
+
* @see _.isUndefined
|
|
1305
|
+
*/
|
|
1306
|
+
isUndefined(): boolean;
|
|
1307
|
+
}
|
|
1308
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1309
|
+
/**
|
|
1310
|
+
* @see _.isUndefined
|
|
1311
|
+
*/
|
|
1312
|
+
isUndefined(): PrimitiveChain<boolean>;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
interface LoDashStatic {
|
|
1316
|
+
/**
|
|
1317
|
+
* Checks if value is classified as a WeakMap object.
|
|
1318
|
+
*
|
|
1319
|
+
* @param value The value to check.
|
|
1320
|
+
* @returns Returns true if value is correctly classified, else false.
|
|
1321
|
+
*/
|
|
1322
|
+
isWeakMap(value?: any): value is WeakMap<object, any>;
|
|
1323
|
+
}
|
|
1324
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1325
|
+
/**
|
|
1326
|
+
* @see _.isWeakMap
|
|
1327
|
+
*/
|
|
1328
|
+
isWeakMap(): boolean;
|
|
1329
|
+
}
|
|
1330
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1331
|
+
/**
|
|
1332
|
+
* @see _.isWeakMap
|
|
1333
|
+
*/
|
|
1334
|
+
isWeakMap(): PrimitiveChain<boolean>;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
interface LoDashStatic {
|
|
1338
|
+
/**
|
|
1339
|
+
* Checks if value is classified as a WeakSet object.
|
|
1340
|
+
*
|
|
1341
|
+
* @param value The value to check.
|
|
1342
|
+
* @returns Returns true if value is correctly classified, else false.
|
|
1343
|
+
*/
|
|
1344
|
+
isWeakSet(value?: any): value is WeakSet<object>;
|
|
1345
|
+
}
|
|
1346
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1347
|
+
/**
|
|
1348
|
+
* @see _.isWeakSet
|
|
1349
|
+
*/
|
|
1350
|
+
isWeakSet(): boolean;
|
|
1351
|
+
}
|
|
1352
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1353
|
+
/**
|
|
1354
|
+
* @see _.isWeakSet
|
|
1355
|
+
*/
|
|
1356
|
+
isWeakSet(): PrimitiveChain<boolean>;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
interface LoDashStatic {
|
|
1360
|
+
/**
|
|
1361
|
+
* Checks if value is less than other.
|
|
1362
|
+
*
|
|
1363
|
+
* @param value The value to compare.
|
|
1364
|
+
* @param other The other value to compare.
|
|
1365
|
+
* @return Returns true if value is less than other, else false.
|
|
1366
|
+
*/
|
|
1367
|
+
lt(value: any, other: any): boolean;
|
|
1368
|
+
}
|
|
1369
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1370
|
+
/**
|
|
1371
|
+
* @see _.lt
|
|
1372
|
+
*/
|
|
1373
|
+
lt(other: any): boolean;
|
|
1374
|
+
}
|
|
1375
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1376
|
+
/**
|
|
1377
|
+
* @see _.lt
|
|
1378
|
+
*/
|
|
1379
|
+
lt(other: any): PrimitiveChain<boolean>;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
interface LoDashStatic {
|
|
1383
|
+
/**
|
|
1384
|
+
* Checks if value is less than or equal to other.
|
|
1385
|
+
*
|
|
1386
|
+
* @param value The value to compare.
|
|
1387
|
+
* @param other The other value to compare.
|
|
1388
|
+
* @return Returns true if value is less than or equal to other, else false.
|
|
1389
|
+
*/
|
|
1390
|
+
lte(value: any, other: any): boolean;
|
|
1391
|
+
}
|
|
1392
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1393
|
+
/**
|
|
1394
|
+
* @see _.lte
|
|
1395
|
+
*/
|
|
1396
|
+
lte(other: any): boolean;
|
|
1397
|
+
}
|
|
1398
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1399
|
+
/**
|
|
1400
|
+
* @see _.lte
|
|
1401
|
+
*/
|
|
1402
|
+
lte(other: any): PrimitiveChain<boolean>;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
interface LoDashStatic {
|
|
1406
|
+
/**
|
|
1407
|
+
* Converts value to an array.
|
|
1408
|
+
*
|
|
1409
|
+
* @param value The value to convert.
|
|
1410
|
+
* @return Returns the converted array.
|
|
1411
|
+
*/
|
|
1412
|
+
toArray<T>(value: Dictionary<T> | NumericDictionary<T> | null | undefined): T[];
|
|
1413
|
+
/**
|
|
1414
|
+
* @see _.toArray
|
|
1415
|
+
*/
|
|
1416
|
+
toArray<T>(value: T): Array<T[keyof T]>;
|
|
1417
|
+
/**
|
|
1418
|
+
* @see _.toArray
|
|
1419
|
+
*/
|
|
1420
|
+
toArray(): any[];
|
|
1421
|
+
}
|
|
1422
|
+
interface String {
|
|
1423
|
+
/**
|
|
1424
|
+
* @see _.toArray
|
|
1425
|
+
*/
|
|
1426
|
+
toArray(): Collection<string>;
|
|
1427
|
+
}
|
|
1428
|
+
interface Collection<T> {
|
|
1429
|
+
/**
|
|
1430
|
+
* @see _.toArray
|
|
1431
|
+
*/
|
|
1432
|
+
toArray(): Collection<T>;
|
|
1433
|
+
}
|
|
1434
|
+
interface Object<T> {
|
|
1435
|
+
/**
|
|
1436
|
+
* @see _.toArray
|
|
1437
|
+
*/
|
|
1438
|
+
toArray(): Collection<T[keyof T]>;
|
|
1439
|
+
}
|
|
1440
|
+
interface StringChain {
|
|
1441
|
+
/**
|
|
1442
|
+
* @see _.toArray
|
|
1443
|
+
*/
|
|
1444
|
+
toArray(): CollectionChain<string>;
|
|
1445
|
+
}
|
|
1446
|
+
interface StringNullableChain {
|
|
1447
|
+
/**
|
|
1448
|
+
* @see _.toArray
|
|
1449
|
+
*/
|
|
1450
|
+
toArray(): CollectionChain<string>;
|
|
1451
|
+
}
|
|
1452
|
+
interface CollectionChain<T> {
|
|
1453
|
+
/**
|
|
1454
|
+
* @see _.toArray
|
|
1455
|
+
*/
|
|
1456
|
+
toArray(): CollectionChain<T>;
|
|
1457
|
+
}
|
|
1458
|
+
interface ObjectChain<T> {
|
|
1459
|
+
/**
|
|
1460
|
+
* @see _.toArray
|
|
1461
|
+
*/
|
|
1462
|
+
toArray(): CollectionChain<T[keyof T]>;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
interface LoDashStatic {
|
|
1466
|
+
/**
|
|
1467
|
+
* Converts `value` to a finite number.
|
|
1468
|
+
*
|
|
1469
|
+
* @since 4.12.0
|
|
1470
|
+
* @category Lang
|
|
1471
|
+
* @param value The value to convert.
|
|
1472
|
+
* @returns Returns the converted number.
|
|
1473
|
+
* @example
|
|
1474
|
+
*
|
|
1475
|
+
* _.toFinite(3.2);
|
|
1476
|
+
* // => 3.2
|
|
1477
|
+
*
|
|
1478
|
+
* _.toFinite(Number.MIN_VALUE);
|
|
1479
|
+
* // => 5e-324
|
|
1480
|
+
*
|
|
1481
|
+
* _.toFinite(Infinity);
|
|
1482
|
+
* // => 1.7976931348623157e+308
|
|
1483
|
+
*
|
|
1484
|
+
* _.toFinite('3.2');
|
|
1485
|
+
* // => 3.2
|
|
1486
|
+
*/
|
|
1487
|
+
toFinite(value: any): number;
|
|
1488
|
+
}
|
|
1489
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1490
|
+
/**
|
|
1491
|
+
* @see _.toFinite
|
|
1492
|
+
*/
|
|
1493
|
+
toFinite(): number;
|
|
1494
|
+
}
|
|
1495
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1496
|
+
/**
|
|
1497
|
+
* @see _.toFinite
|
|
1498
|
+
*/
|
|
1499
|
+
toFinite(): PrimitiveChain<number>;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
interface LoDashStatic {
|
|
1503
|
+
/**
|
|
1504
|
+
* Converts `value` to an integer.
|
|
1505
|
+
*
|
|
1506
|
+
* **Note:** This function is loosely based on [`ToInteger`](http://www.ecma-international.org/ecma-262/6.0/#sec-tointeger).
|
|
1507
|
+
*
|
|
1508
|
+
* @category Lang
|
|
1509
|
+
* @param value The value to convert.
|
|
1510
|
+
* @returns Returns the converted integer.
|
|
1511
|
+
* @example
|
|
1512
|
+
*
|
|
1513
|
+
* _.toInteger(3);
|
|
1514
|
+
* // => 3
|
|
1515
|
+
*
|
|
1516
|
+
* _.toInteger(Number.MIN_VALUE);
|
|
1517
|
+
* // => 0
|
|
1518
|
+
*
|
|
1519
|
+
* _.toInteger(Infinity);
|
|
1520
|
+
* // => 1.7976931348623157e+308
|
|
1521
|
+
*
|
|
1522
|
+
* _.toInteger('3');
|
|
1523
|
+
* // => 3
|
|
1524
|
+
*/
|
|
1525
|
+
toInteger(value: any): number;
|
|
1526
|
+
}
|
|
1527
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1528
|
+
/**
|
|
1529
|
+
* @see _.toInteger
|
|
1530
|
+
*/
|
|
1531
|
+
toInteger(): number;
|
|
1532
|
+
}
|
|
1533
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1534
|
+
/**
|
|
1535
|
+
* @see _.toInteger
|
|
1536
|
+
*/
|
|
1537
|
+
toInteger(): PrimitiveChain<number>;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
interface LoDashStatic {
|
|
1541
|
+
/**
|
|
1542
|
+
* Converts `value` to an integer suitable for use as the length of an
|
|
1543
|
+
* array-like object.
|
|
1544
|
+
*
|
|
1545
|
+
* **Note:** This method is based on [`ToLength`](http://ecma-international.org/ecma-262/6.0/#sec-tolength).
|
|
1546
|
+
*
|
|
1547
|
+
* @category Lang
|
|
1548
|
+
* @param value The value to convert.
|
|
1549
|
+
* @return Returns the converted integer.
|
|
1550
|
+
* @example
|
|
1551
|
+
*
|
|
1552
|
+
* _.toLength(3);
|
|
1553
|
+
* // => 3
|
|
1554
|
+
*
|
|
1555
|
+
* _.toLength(Number.MIN_VALUE);
|
|
1556
|
+
* // => 0
|
|
1557
|
+
*
|
|
1558
|
+
* _.toLength(Infinity);
|
|
1559
|
+
* // => 4294967295
|
|
1560
|
+
*
|
|
1561
|
+
* _.toLength('3');
|
|
1562
|
+
* // => 3
|
|
1563
|
+
*/
|
|
1564
|
+
toLength(value: any): number;
|
|
1565
|
+
}
|
|
1566
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1567
|
+
/**
|
|
1568
|
+
* @see _.toLength
|
|
1569
|
+
*/
|
|
1570
|
+
toLength(): number;
|
|
1571
|
+
}
|
|
1572
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1573
|
+
/**
|
|
1574
|
+
* @see _.toLength
|
|
1575
|
+
*/
|
|
1576
|
+
toLength(): PrimitiveChain<number>;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
interface LoDashStatic {
|
|
1580
|
+
/**
|
|
1581
|
+
* Converts `value` to a number.
|
|
1582
|
+
*
|
|
1583
|
+
* @category Lang
|
|
1584
|
+
* @param value The value to process.
|
|
1585
|
+
* @returns Returns the number.
|
|
1586
|
+
* @example
|
|
1587
|
+
*
|
|
1588
|
+
* _.toNumber(3);
|
|
1589
|
+
* // => 3
|
|
1590
|
+
*
|
|
1591
|
+
* _.toNumber(Number.MIN_VALUE);
|
|
1592
|
+
* // => 5e-324
|
|
1593
|
+
*
|
|
1594
|
+
* _.toNumber(Infinity);
|
|
1595
|
+
* // => Infinity
|
|
1596
|
+
*
|
|
1597
|
+
* _.toNumber('3');
|
|
1598
|
+
* // => 3
|
|
1599
|
+
*/
|
|
1600
|
+
toNumber(value: any): number;
|
|
1601
|
+
}
|
|
1602
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1603
|
+
/**
|
|
1604
|
+
* @see _.toNumber
|
|
1605
|
+
*/
|
|
1606
|
+
toNumber(): number;
|
|
1607
|
+
}
|
|
1608
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1609
|
+
/**
|
|
1610
|
+
* @see _.toNumber
|
|
1611
|
+
*/
|
|
1612
|
+
toNumber(): PrimitiveChain<number>;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
interface LoDashStatic {
|
|
1616
|
+
/**
|
|
1617
|
+
* Converts value to a plain object flattening inherited enumerable properties of value to own properties
|
|
1618
|
+
* of the plain object.
|
|
1619
|
+
*
|
|
1620
|
+
* @param value The value to convert.
|
|
1621
|
+
* @return Returns the converted plain object.
|
|
1622
|
+
*/
|
|
1623
|
+
toPlainObject(value?: any): any;
|
|
1624
|
+
}
|
|
1625
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1626
|
+
/**
|
|
1627
|
+
* @see _.toPlainObject
|
|
1628
|
+
*/
|
|
1629
|
+
toPlainObject(): Object<any>;
|
|
1630
|
+
}
|
|
1631
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1632
|
+
/**
|
|
1633
|
+
* @see _.toPlainObject
|
|
1634
|
+
*/
|
|
1635
|
+
toPlainObject(): ObjectChain<any>;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
interface LoDashStatic {
|
|
1639
|
+
/**
|
|
1640
|
+
* Converts `value` to a safe integer. A safe integer can be compared and
|
|
1641
|
+
* represented correctly.
|
|
1642
|
+
*
|
|
1643
|
+
* @category Lang
|
|
1644
|
+
* @param value The value to convert.
|
|
1645
|
+
* @returns Returns the converted integer.
|
|
1646
|
+
* @example
|
|
1647
|
+
*
|
|
1648
|
+
* _.toSafeInteger(3);
|
|
1649
|
+
* // => 3
|
|
1650
|
+
*
|
|
1651
|
+
* _.toSafeInteger(Number.MIN_VALUE);
|
|
1652
|
+
* // => 0
|
|
1653
|
+
*
|
|
1654
|
+
* _.toSafeInteger(Infinity);
|
|
1655
|
+
* // => 9007199254740991
|
|
1656
|
+
*
|
|
1657
|
+
* _.toSafeInteger('3');
|
|
1658
|
+
* // => 3
|
|
1659
|
+
*/
|
|
1660
|
+
toSafeInteger(value: any): number;
|
|
1661
|
+
}
|
|
1662
|
+
interface LoDashImplicitWrapper<TValue> {
|
|
1663
|
+
/**
|
|
1664
|
+
* @see _.toSafeInteger
|
|
1665
|
+
*/
|
|
1666
|
+
toSafeInteger(): number;
|
|
1667
|
+
}
|
|
1668
|
+
interface LoDashExplicitWrapper<TValue> {
|
|
1669
|
+
/**
|
|
1670
|
+
* @see _.toSafeInteger
|
|
1671
|
+
*/
|
|
1672
|
+
toSafeInteger(): PrimitiveChain<number>;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
interface LoDashStatic {
|
|
1676
|
+
/**
|
|
1677
|
+
* Converts `value` to a string if it's not one. An empty string is returned
|
|
1678
|
+
* for `null` and `undefined` values. The sign of `-0` is preserved.
|
|
1679
|
+
*
|
|
1680
|
+
* @category Lang
|
|
1681
|
+
* @param value The value to process.
|
|
1682
|
+
* @returns Returns the string.
|
|
1683
|
+
* @example
|
|
1684
|
+
*
|
|
1685
|
+
* _.toString(null);
|
|
1686
|
+
* // => ''
|
|
1687
|
+
*
|
|
1688
|
+
* _.toString(-0);
|
|
1689
|
+
* // => '-0'
|
|
1690
|
+
*
|
|
1691
|
+
* _.toString([1, 2, 3]);
|
|
1692
|
+
* // => '1,2,3'
|
|
1693
|
+
*/
|
|
1694
|
+
toString(value: any): string;
|
|
1695
|
+
}
|
|
1696
|
+
}
|