@openclaw/whatsapp 2026.7.1-beta.2 → 2026.7.1-beta.4
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/dist/{access-control-88UPniDc.js → access-control-DYE5dXna.js} +5 -3
- package/dist/{accounts-DgViSyJx.js → accounts-4YgwroRU.js} +1 -1
- package/dist/{action-runtime-hqza0J8B.js → action-runtime-DPahAqxV.js} +2 -2
- package/dist/action-runtime-api.js +1 -1
- package/dist/action-runtime.runtime.js +1 -1
- package/dist/{active-listener-CFwkn3ho.js → active-listener-B4SDebQ6.js} +1 -1
- package/dist/api.js +14 -13
- package/dist/{approval-handler.runtime-9_SV7vhc.js → approval-handler.runtime-DNWS4aYQ.js} +1 -1
- package/dist/auth-presence.js +1 -1
- package/dist/{auth-store-ECx4h57q.js → auth-store-Db-wfApd.js} +23 -13
- package/dist/call-tool-api.js +233 -0
- package/dist/{channel-fcXxWXic.js → channel-BWp7h1uY.js} +44 -18
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel-react-action-Dgy9uUMl.js → channel-react-action-CKJHL_Wf.js} +3 -3
- package/dist/{channel.runtime-B4ThooGF.js → channel.runtime-CAssfx9p.js} +5 -5
- package/dist/{channel.setup-C_WEdyJR.js → channel.setup-CURc5rEt.js} +2 -2
- package/dist/{config-schema-CROZuhT-.js → config-schema-mBX2nmn1.js} +4 -0
- package/dist/{connection-controller-u-tfAFhJ.js → connection-controller-DkbrFSIn.js} +6 -5
- package/dist/connection-controller-registry-TSX_udJp.js +22 -0
- package/dist/contract-api.js +1 -1
- package/dist/{quoted-message-CpA_ujXK.js → group-session-key-BhC1RQOE.js} +31 -2
- package/dist/{identity-CmsTmkKR.js → identity-Dqft3mFA.js} +2 -1
- package/dist/index.js +9 -2
- package/dist/light-runtime-api.js +3 -3
- package/dist/{login-8lHwLmXj.js → login-C48y0jlx.js} +14 -7
- package/dist/{login-qr-BEZZqrTb.js → login-qr-BjId7dll.js} +7 -7
- package/dist/login-qr-runtime.js +1 -1
- package/dist/{monitor-BqkJ4MpT.js → monitor-DD8bXohk.js} +249 -160
- package/dist/runtime-api.js +9 -9
- package/dist/{send-i8Xk5mBQ.js → send-C5CpFcBG.js} +27 -9
- package/dist/{send-api-DndiBJhN.js → send-api-DLlXl8CH.js} +6 -5
- package/dist/{session-WU4SVP8f.js → session-DriaHt7V.js} +3 -3
- package/dist/{session-errors-CbsoQqoy.js → session-errors-BAj9D2La.js} +1 -22
- package/dist/{setup-core-KjSBbWX4.js → setup-core-DH-DFPLY.js} +4 -4
- package/dist/{setup-finalize-WedNP30s.js → setup-finalize-c8dl34sO.js} +3 -3
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-IOdkbWsQ.js → setup-surface-DlWb0Z09.js} +3 -3
- package/dist/{socket-timing-DvMNkIge.js → socket-timing-DhbVFjah.js} +17 -5
- package/dist/{text-runtime-C88QkuU9.js → targets-runtime-C-GiVn6Y.js} +2 -3
- package/dist/text-runtime-DdX6-mC_.js +4 -0
- package/node_modules/@cacheable/memory/README.md +177 -0
- package/node_modules/@cacheable/memory/dist/index.cjs +867 -820
- package/node_modules/@cacheable/memory/dist/index.d.cts +382 -280
- package/node_modules/@cacheable/memory/dist/index.d.mts +412 -0
- package/node_modules/@cacheable/memory/dist/index.mjs +841 -0
- package/node_modules/@cacheable/memory/package.json +9 -9
- package/node_modules/@cacheable/utils/README.md +342 -8
- package/node_modules/@cacheable/utils/dist/index.cjs +1322 -619
- package/node_modules/@cacheable/utils/dist/index.d.cts +769 -173
- package/node_modules/@cacheable/utils/dist/index.d.mts +903 -0
- package/node_modules/@cacheable/utils/dist/index.mjs +1355 -0
- package/node_modules/@cacheable/utils/package.json +8 -8
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/node/http2.d.ts +5 -1
- package/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/cacheable/README.md +309 -30
- package/node_modules/cacheable/dist/index.cjs +1307 -1153
- package/node_modules/cacheable/dist/index.d.cts +741 -469
- package/node_modules/cacheable/dist/index.d.mts +766 -0
- package/node_modules/cacheable/dist/index.mjs +1210 -0
- package/node_modules/cacheable/package.json +10 -10
- package/node_modules/content-type/README.md +32 -57
- package/node_modules/content-type/dist/index.d.ts +26 -0
- package/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/content-type/package.json +35 -25
- package/node_modules/media-typer/README.md +19 -33
- package/node_modules/media-typer/dist/index.d.ts +29 -0
- package/node_modules/media-typer/dist/index.js +64 -0
- package/node_modules/media-typer/dist/index.js.map +1 -0
- package/node_modules/media-typer/package.json +37 -22
- package/node_modules/music-metadata/lib/id3v1/ID3v1Parser.js +2 -2
- package/node_modules/music-metadata/lib/mp4/AtomToken.js +65 -13
- package/node_modules/music-metadata/lib/wav/WaveChunk.d.ts +10 -0
- package/node_modules/music-metadata/lib/wav/WaveChunk.js +13 -3
- package/node_modules/music-metadata/lib/wav/WaveParser.d.ts +1 -0
- package/node_modules/music-metadata/lib/wav/WaveParser.js +6 -5
- package/node_modules/music-metadata/package.json +5 -5
- package/node_modules/typebox/build/compile/validator.d.mts +2 -7
- package/node_modules/typebox/build/compile/validator.mjs +6 -36
- package/node_modules/typebox/build/error/errors.d.mts +1 -7
- package/node_modules/typebox/build/format/_idna.mjs +36 -6
- package/node_modules/typebox/build/format/_puny.mjs +4 -1
- package/node_modules/typebox/build/format/uuid.d.mts +2 -2
- package/node_modules/typebox/build/format/uuid.mjs +3 -3
- package/node_modules/typebox/build/guard/emit.d.mts +0 -4
- package/node_modules/typebox/build/guard/emit.mjs +0 -8
- package/node_modules/typebox/build/guard/guard.d.mts +4 -8
- package/node_modules/typebox/build/guard/guard.mjs +5 -13
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
- package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
- package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
- package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
- package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/types/index.mjs +0 -1
- package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
- package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
- package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
- package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
- package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
- package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
- package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
- package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
- package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
- package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
- package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
- package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
- package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
- package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
- package/node_modules/typebox/build/type/action/index.d.mts +7 -4
- package/node_modules/typebox/build/type/action/index.mjs +7 -4
- package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
- package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
- package/node_modules/typebox/build/type/action/module.d.mts +8 -7
- package/node_modules/typebox/build/type/action/module.mjs +7 -6
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
- package/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
- package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
- package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
- package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
- package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
- package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
- package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
- package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
- package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/index.mjs +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
- package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
- package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
- package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
- package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
- package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
- package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
- package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
- package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
- package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
- package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
- package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
- package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
- package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
- package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
- package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
- package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
- package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
- package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
- package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
- package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
- package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
- package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
- package/node_modules/typebox/build/type/extends/object.mjs +25 -3
- package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
- package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
- package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
- package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
- package/node_modules/typebox/build/type/extends/union.mjs +2 -2
- package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
- package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
- package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
- package/node_modules/typebox/build/type/script/parser.mjs +22 -22
- package/node_modules/typebox/build/type/script/script.d.mts +3 -4
- package/node_modules/typebox/build/type/script/script.mjs +3 -2
- package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
- package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
- package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
- package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
- package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
- package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
- package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
- package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
- package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
- package/node_modules/typebox/build/type/types/call.d.mts +3 -3
- package/node_modules/typebox/build/type/types/call.mjs +3 -2
- package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
- package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
- package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
- package/node_modules/typebox/build/type/types/enum.mjs +5 -0
- package/node_modules/typebox/build/type/types/index.d.mts +1 -4
- package/node_modules/typebox/build/type/types/index.mjs +1 -4
- package/node_modules/typebox/build/type/types/number.d.mts +1 -1
- package/node_modules/typebox/build/type/types/number.mjs +1 -1
- package/node_modules/typebox/build/type/types/record.d.mts +13 -7
- package/node_modules/typebox/build/type/types/record.mjs +15 -9
- package/node_modules/typebox/build/type/types/static.d.mts +2 -5
- package/node_modules/typebox/build/typebox.d.mts +4 -8
- package/node_modules/typebox/build/typebox.mjs +4 -8
- package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
- package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
- package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
- package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
- package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
- package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
- package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
- package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
- package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
- package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
- package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
- package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
- package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/index.d.mts +0 -1
- package/node_modules/typebox/build/value/index.mjs +0 -1
- package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
- package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
- package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
- package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
- package/node_modules/typebox/build/value/value.d.mts +0 -1
- package/node_modules/typebox/build/value/value.mjs +0 -1
- package/node_modules/typebox/package.json +25 -25
- package/node_modules/typebox/readme.md +97 -80
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +49 -41
- package/openclaw.plugin.json +12 -0
- package/package.json +5 -5
- package/node_modules/@cacheable/memory/dist/index.d.ts +0 -310
- package/node_modules/@cacheable/memory/dist/index.js +0 -807
- package/node_modules/@cacheable/utils/dist/index.d.ts +0 -307
- package/node_modules/@cacheable/utils/dist/index.js +0 -630
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/cacheable/dist/index.d.ts +0 -494
- package/node_modules/cacheable/dist/index.js +0 -1141
- package/node_modules/content-type/HISTORY.md +0 -29
- package/node_modules/content-type/index.js +0 -225
- package/node_modules/media-typer/HISTORY.md +0 -50
- package/node_modules/media-typer/index.js +0 -143
- package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
- package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
- package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
- package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
- package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
- package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
- package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
- package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
- package/node_modules/typebox/build/type/action/options.d.mts +0 -11
- package/node_modules/typebox/build/type/action/options.mjs +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
- package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
- package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
- package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/base.d.mts +0 -50
- package/node_modules/typebox/build/type/types/base.mjs +0 -84
- package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
- package/node_modules/typebox/build/type/types/promise.mjs +0 -29
- package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
- package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
- package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
- package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
- package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
- package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
- package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
- package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
- package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
- package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
- package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
- package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
- package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
- package/dist/{approval-resolver-e1hAVRRy.js → approval-resolver-DF-lu8k5.js} +1 -1
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cacheable/utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Cacheable Utilities for Caching Libraries",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./dist/index.
|
|
7
|
-
"module": "./dist/index.
|
|
8
|
-
"types": "./dist/index.d.
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
7
|
+
"module": "./dist/index.mjs",
|
|
8
|
+
"types": "./dist/index.d.mts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"import": {
|
|
12
|
-
"types": "./dist/index.d.
|
|
13
|
-
"default": "./dist/index.
|
|
12
|
+
"types": "./dist/index.d.mts",
|
|
13
|
+
"default": "./dist/index.mjs"
|
|
14
14
|
},
|
|
15
15
|
"require": {
|
|
16
16
|
"types": "./dist/index.d.cts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"keyv": "^5.6.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"
|
|
34
|
+
"tsdown": "^0.22.0",
|
|
35
35
|
"typescript": "^5.9.3"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"LICENSE"
|
|
48
48
|
],
|
|
49
49
|
"scripts": {
|
|
50
|
-
"build": "rimraf ./dist &&
|
|
50
|
+
"build": "rimraf ./dist && tsdown src/index.ts --format cjs,esm --dts --clean",
|
|
51
51
|
"lint": "biome check --write --error-on-warnings",
|
|
52
52
|
"test": "pnpm lint && vitest run --coverage",
|
|
53
53
|
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 01 Jul 2026 11:03:38 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -3,6 +3,7 @@ declare module "node:assert/strict" {
|
|
|
3
3
|
Assert,
|
|
4
4
|
AssertionError,
|
|
5
5
|
AssertionErrorOptions,
|
|
6
|
+
AssertMessageFunction,
|
|
6
7
|
AssertOptions,
|
|
7
8
|
AssertPredicate,
|
|
8
9
|
AssertStrict,
|
|
@@ -21,7 +22,15 @@ declare module "node:assert/strict" {
|
|
|
21
22
|
strictEqual,
|
|
22
23
|
throws,
|
|
23
24
|
} from "node:assert";
|
|
24
|
-
function strict(
|
|
25
|
+
function strict(
|
|
26
|
+
value: unknown,
|
|
27
|
+
message?: Error | AssertMessageFunction,
|
|
28
|
+
): asserts value;
|
|
29
|
+
function strict(
|
|
30
|
+
value: unknown,
|
|
31
|
+
message: string,
|
|
32
|
+
...args: unknown[]
|
|
33
|
+
): asserts value;
|
|
25
34
|
namespace strict {
|
|
26
35
|
export {
|
|
27
36
|
Assert,
|
|
@@ -5,7 +5,15 @@ declare module "node:assert" {
|
|
|
5
5
|
* @since v0.5.9
|
|
6
6
|
* @param value The input that is checked for being truthy.
|
|
7
7
|
*/
|
|
8
|
-
function assert(
|
|
8
|
+
function assert(
|
|
9
|
+
value: unknown,
|
|
10
|
+
message?: Error | assert.AssertMessageFunction,
|
|
11
|
+
): asserts value;
|
|
12
|
+
function assert(
|
|
13
|
+
value: unknown,
|
|
14
|
+
message: string,
|
|
15
|
+
...args: unknown[]
|
|
16
|
+
): asserts value;
|
|
9
17
|
const kOptions: unique symbol;
|
|
10
18
|
namespace assert {
|
|
11
19
|
type AssertMethodNames =
|
|
@@ -177,6 +185,7 @@ declare module "node:assert" {
|
|
|
177
185
|
*/
|
|
178
186
|
operator: string;
|
|
179
187
|
}
|
|
188
|
+
type AssertMessageFunction = (actual: unknown, expected: unknown) => string;
|
|
180
189
|
type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error;
|
|
181
190
|
/**
|
|
182
191
|
* Throws an `AssertionError` with the provided error message or a default
|
|
@@ -255,7 +264,15 @@ declare module "node:assert" {
|
|
|
255
264
|
* ```
|
|
256
265
|
* @since v0.1.21
|
|
257
266
|
*/
|
|
258
|
-
function ok(
|
|
267
|
+
function ok(
|
|
268
|
+
value: unknown,
|
|
269
|
+
message?: Error | AssertMessageFunction,
|
|
270
|
+
): asserts value;
|
|
271
|
+
function ok(
|
|
272
|
+
value: unknown,
|
|
273
|
+
message: string,
|
|
274
|
+
...args: unknown[]
|
|
275
|
+
): asserts value;
|
|
259
276
|
/**
|
|
260
277
|
* **Strict assertion mode**
|
|
261
278
|
*
|
|
@@ -289,7 +306,17 @@ declare module "node:assert" {
|
|
|
289
306
|
* error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`.
|
|
290
307
|
* @since v0.1.21
|
|
291
308
|
*/
|
|
292
|
-
function equal(
|
|
309
|
+
function equal(
|
|
310
|
+
actual: unknown,
|
|
311
|
+
expected: unknown,
|
|
312
|
+
message?: Error | AssertMessageFunction,
|
|
313
|
+
): void;
|
|
314
|
+
function equal(
|
|
315
|
+
actual: unknown,
|
|
316
|
+
expected: unknown,
|
|
317
|
+
message: string,
|
|
318
|
+
...args: unknown[]
|
|
319
|
+
): void;
|
|
293
320
|
/**
|
|
294
321
|
* **Strict assertion mode**
|
|
295
322
|
*
|
|
@@ -319,7 +346,17 @@ declare module "node:assert" {
|
|
|
319
346
|
* message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`.
|
|
320
347
|
* @since v0.1.21
|
|
321
348
|
*/
|
|
322
|
-
function notEqual(
|
|
349
|
+
function notEqual(
|
|
350
|
+
actual: unknown,
|
|
351
|
+
expected: unknown,
|
|
352
|
+
message?: Error | AssertMessageFunction,
|
|
353
|
+
): void;
|
|
354
|
+
function notEqual(
|
|
355
|
+
actual: unknown,
|
|
356
|
+
expected: unknown,
|
|
357
|
+
message: string,
|
|
358
|
+
...args: unknown[]
|
|
359
|
+
): void;
|
|
323
360
|
/**
|
|
324
361
|
* **Strict assertion mode**
|
|
325
362
|
*
|
|
@@ -337,7 +374,17 @@ declare module "node:assert" {
|
|
|
337
374
|
* are also recursively evaluated by the following rules.
|
|
338
375
|
* @since v0.1.21
|
|
339
376
|
*/
|
|
340
|
-
function deepEqual(
|
|
377
|
+
function deepEqual(
|
|
378
|
+
actual: unknown,
|
|
379
|
+
expected: unknown,
|
|
380
|
+
message?: Error | AssertMessageFunction,
|
|
381
|
+
): void;
|
|
382
|
+
function deepEqual(
|
|
383
|
+
actual: unknown,
|
|
384
|
+
expected: unknown,
|
|
385
|
+
message: string,
|
|
386
|
+
...args: unknown[]
|
|
387
|
+
): void;
|
|
341
388
|
/**
|
|
342
389
|
* **Strict assertion mode**
|
|
343
390
|
*
|
|
@@ -387,7 +434,17 @@ declare module "node:assert" {
|
|
|
387
434
|
* instead of the `AssertionError`.
|
|
388
435
|
* @since v0.1.21
|
|
389
436
|
*/
|
|
390
|
-
function notDeepEqual(
|
|
437
|
+
function notDeepEqual(
|
|
438
|
+
actual: unknown,
|
|
439
|
+
expected: unknown,
|
|
440
|
+
message?: Error | AssertMessageFunction,
|
|
441
|
+
): void;
|
|
442
|
+
function notDeepEqual(
|
|
443
|
+
actual: unknown,
|
|
444
|
+
expected: unknown,
|
|
445
|
+
message: string,
|
|
446
|
+
...args: unknown[]
|
|
447
|
+
): void;
|
|
391
448
|
/**
|
|
392
449
|
* Tests strict equality between the `actual` and `expected` parameters as
|
|
393
450
|
* determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
|
|
@@ -425,7 +482,17 @@ declare module "node:assert" {
|
|
|
425
482
|
* instead of the `AssertionError`.
|
|
426
483
|
* @since v0.1.21
|
|
427
484
|
*/
|
|
428
|
-
function strictEqual<T>(
|
|
485
|
+
function strictEqual<T>(
|
|
486
|
+
actual: unknown,
|
|
487
|
+
expected: T,
|
|
488
|
+
message?: Error | AssertMessageFunction,
|
|
489
|
+
): asserts actual is T;
|
|
490
|
+
function strictEqual<T>(
|
|
491
|
+
actual: unknown,
|
|
492
|
+
expected: T,
|
|
493
|
+
message: string,
|
|
494
|
+
...args: unknown[]
|
|
495
|
+
): asserts actual is T;
|
|
429
496
|
/**
|
|
430
497
|
* Tests strict inequality between the `actual` and `expected` parameters as
|
|
431
498
|
* determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
|
|
@@ -450,14 +517,34 @@ declare module "node:assert" {
|
|
|
450
517
|
* instead of the `AssertionError`.
|
|
451
518
|
* @since v0.1.21
|
|
452
519
|
*/
|
|
453
|
-
function notStrictEqual(
|
|
520
|
+
function notStrictEqual(
|
|
521
|
+
actual: unknown,
|
|
522
|
+
expected: unknown,
|
|
523
|
+
message?: Error | AssertMessageFunction,
|
|
524
|
+
): void;
|
|
525
|
+
function notStrictEqual(
|
|
526
|
+
actual: unknown,
|
|
527
|
+
expected: unknown,
|
|
528
|
+
message: string,
|
|
529
|
+
...args: unknown[]
|
|
530
|
+
): void;
|
|
454
531
|
/**
|
|
455
532
|
* Tests for deep equality between the `actual` and `expected` parameters.
|
|
456
533
|
* "Deep" equality means that the enumerable "own" properties of child objects
|
|
457
534
|
* are recursively evaluated also by the following rules.
|
|
458
535
|
* @since v1.2.0
|
|
459
536
|
*/
|
|
460
|
-
function deepStrictEqual<T>(
|
|
537
|
+
function deepStrictEqual<T>(
|
|
538
|
+
actual: unknown,
|
|
539
|
+
expected: T,
|
|
540
|
+
message?: Error | AssertMessageFunction,
|
|
541
|
+
): asserts actual is T;
|
|
542
|
+
function deepStrictEqual<T>(
|
|
543
|
+
actual: unknown,
|
|
544
|
+
expected: T,
|
|
545
|
+
message: string,
|
|
546
|
+
...args: unknown[]
|
|
547
|
+
): asserts actual is T;
|
|
461
548
|
/**
|
|
462
549
|
* Tests for deep strict inequality. Opposite of {@link deepStrictEqual}.
|
|
463
550
|
*
|
|
@@ -475,7 +562,17 @@ declare module "node:assert" {
|
|
|
475
562
|
* instead of the `AssertionError`.
|
|
476
563
|
* @since v1.2.0
|
|
477
564
|
*/
|
|
478
|
-
function notDeepStrictEqual(
|
|
565
|
+
function notDeepStrictEqual(
|
|
566
|
+
actual: unknown,
|
|
567
|
+
expected: unknown,
|
|
568
|
+
message?: Error | AssertMessageFunction,
|
|
569
|
+
): void;
|
|
570
|
+
function notDeepStrictEqual(
|
|
571
|
+
actual: unknown,
|
|
572
|
+
expected: unknown,
|
|
573
|
+
message: string,
|
|
574
|
+
...args: unknown[]
|
|
575
|
+
): void;
|
|
479
576
|
/**
|
|
480
577
|
* Expects the function `fn` to throw an error.
|
|
481
578
|
*
|
|
@@ -766,7 +863,7 @@ declare module "node:assert" {
|
|
|
766
863
|
* check that the promise is rejected.
|
|
767
864
|
*
|
|
768
865
|
* If `asyncFn` is a function and it throws an error synchronously, `assert.rejects()` will return a rejected `Promise` with that error. If the
|
|
769
|
-
* function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-
|
|
866
|
+
* function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v26.x/api/errors.html#err_invalid_return_value)
|
|
770
867
|
* error. In both cases the error handler is skipped.
|
|
771
868
|
*
|
|
772
869
|
* Besides the async nature to await the completion behaves identically to {@link throws}.
|
|
@@ -836,7 +933,7 @@ declare module "node:assert" {
|
|
|
836
933
|
*
|
|
837
934
|
* If `asyncFn` is a function and it throws an error synchronously, `assert.doesNotReject()` will return a rejected `Promise` with that error. If
|
|
838
935
|
* the function does not return a promise, `assert.doesNotReject()` will return a
|
|
839
|
-
* rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-
|
|
936
|
+
* rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v26.x/api/errors.html#err_invalid_return_value) error. In both cases
|
|
840
937
|
* the error handler is skipped.
|
|
841
938
|
*
|
|
842
939
|
* Using `assert.doesNotReject()` is actually not useful because there is little
|
|
@@ -899,10 +996,20 @@ declare module "node:assert" {
|
|
|
899
996
|
* If the values do not match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal
|
|
900
997
|
* to the value of the `message` parameter. If the `message` parameter is
|
|
901
998
|
* undefined, a default error message is assigned. If the `message` parameter is an
|
|
902
|
-
* instance of an [Error](https://nodejs.org/docs/latest-
|
|
999
|
+
* instance of an [Error](https://nodejs.org/docs/latest-v26.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
|
|
903
1000
|
* @since v13.6.0, v12.16.0
|
|
904
1001
|
*/
|
|
905
|
-
function match(
|
|
1002
|
+
function match(
|
|
1003
|
+
value: string,
|
|
1004
|
+
regExp: RegExp,
|
|
1005
|
+
message?: Error | AssertMessageFunction,
|
|
1006
|
+
): void;
|
|
1007
|
+
function match(
|
|
1008
|
+
value: string,
|
|
1009
|
+
regExp: RegExp,
|
|
1010
|
+
message: string,
|
|
1011
|
+
...args: unknown[]
|
|
1012
|
+
): void;
|
|
906
1013
|
/**
|
|
907
1014
|
* Expects the `string` input not to match the regular expression.
|
|
908
1015
|
*
|
|
@@ -922,10 +1029,20 @@ declare module "node:assert" {
|
|
|
922
1029
|
* If the values do match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal
|
|
923
1030
|
* to the value of the `message` parameter. If the `message` parameter is
|
|
924
1031
|
* undefined, a default error message is assigned. If the `message` parameter is an
|
|
925
|
-
* instance of an [Error](https://nodejs.org/docs/latest-
|
|
1032
|
+
* instance of an [Error](https://nodejs.org/docs/latest-v26.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
|
|
926
1033
|
* @since v13.6.0, v12.16.0
|
|
927
1034
|
*/
|
|
928
|
-
function doesNotMatch(
|
|
1035
|
+
function doesNotMatch(
|
|
1036
|
+
value: string,
|
|
1037
|
+
regExp: RegExp,
|
|
1038
|
+
message?: Error | AssertMessageFunction,
|
|
1039
|
+
): void;
|
|
1040
|
+
function doesNotMatch(
|
|
1041
|
+
value: string,
|
|
1042
|
+
regExp: RegExp,
|
|
1043
|
+
message: string,
|
|
1044
|
+
...args: unknown[]
|
|
1045
|
+
): void;
|
|
929
1046
|
/**
|
|
930
1047
|
* Tests for partial deep equality between the `actual` and `expected` parameters.
|
|
931
1048
|
* "Deep" equality means that the enumerable "own" properties of child objects
|
|
@@ -937,7 +1054,17 @@ declare module "node:assert" {
|
|
|
937
1054
|
* behaving as a super set of it.
|
|
938
1055
|
* @since v22.13.0
|
|
939
1056
|
*/
|
|
940
|
-
function partialDeepStrictEqual(
|
|
1057
|
+
function partialDeepStrictEqual(
|
|
1058
|
+
actual: unknown,
|
|
1059
|
+
expected: unknown,
|
|
1060
|
+
message?: Error | AssertMessageFunction,
|
|
1061
|
+
): void;
|
|
1062
|
+
function partialDeepStrictEqual(
|
|
1063
|
+
actual: unknown,
|
|
1064
|
+
expected: unknown,
|
|
1065
|
+
message: string,
|
|
1066
|
+
...args: unknown[]
|
|
1067
|
+
): void;
|
|
941
1068
|
}
|
|
942
1069
|
namespace assert {
|
|
943
1070
|
export { strict };
|
|
@@ -28,7 +28,7 @@ declare module "node:async_hooks" {
|
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
30
30
|
* Promise contexts may not get precise `executionAsyncIds` by default.
|
|
31
|
-
* See the section on [promise execution tracking](https://nodejs.org/docs/latest-
|
|
31
|
+
* See the section on [promise execution tracking](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#promise-execution-tracking).
|
|
32
32
|
* @since v8.1.0
|
|
33
33
|
* @return The `asyncId` of the current execution context. Useful to track when something calls.
|
|
34
34
|
*/
|
|
@@ -101,29 +101,29 @@ declare module "node:async_hooks" {
|
|
|
101
101
|
* ```
|
|
102
102
|
*
|
|
103
103
|
* Promise contexts may not get valid `triggerAsyncId`s by default. See
|
|
104
|
-
* the section on [promise execution tracking](https://nodejs.org/docs/latest-
|
|
104
|
+
* the section on [promise execution tracking](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#promise-execution-tracking).
|
|
105
105
|
* @return The ID of the resource responsible for calling the callback that is currently being executed.
|
|
106
106
|
*/
|
|
107
107
|
function triggerAsyncId(): number;
|
|
108
108
|
interface HookCallbacks {
|
|
109
109
|
/**
|
|
110
|
-
* The [`init` callback](https://nodejs.org/docs/latest-
|
|
110
|
+
* The [`init` callback](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#initasyncid-type-triggerasyncid-resource).
|
|
111
111
|
*/
|
|
112
112
|
init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void;
|
|
113
113
|
/**
|
|
114
|
-
* The [`before` callback](https://nodejs.org/docs/latest-
|
|
114
|
+
* The [`before` callback](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#beforeasyncid).
|
|
115
115
|
*/
|
|
116
116
|
before?(asyncId: number): void;
|
|
117
117
|
/**
|
|
118
|
-
* The [`after` callback](https://nodejs.org/docs/latest-
|
|
118
|
+
* The [`after` callback](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#afterasyncid).
|
|
119
119
|
*/
|
|
120
120
|
after?(asyncId: number): void;
|
|
121
121
|
/**
|
|
122
|
-
* The [`promiseResolve` callback](https://nodejs.org/docs/latest-
|
|
122
|
+
* The [`promiseResolve` callback](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#promiseresolveasyncid).
|
|
123
123
|
*/
|
|
124
124
|
promiseResolve?(asyncId: number): void;
|
|
125
125
|
/**
|
|
126
|
-
* The [`destroy` callback](https://nodejs.org/docs/latest-
|
|
126
|
+
* The [`destroy` callback](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#destroyasyncid).
|
|
127
127
|
*/
|
|
128
128
|
destroy?(asyncId: number): void;
|
|
129
129
|
/**
|
|
@@ -153,7 +153,7 @@ declare module "node:async_hooks" {
|
|
|
153
153
|
* All callbacks are optional. For example, if only resource cleanup needs to
|
|
154
154
|
* be tracked, then only the `destroy` callback needs to be passed. The
|
|
155
155
|
* specifics of all functions that can be passed to `callbacks` is in the
|
|
156
|
-
* [Hook Callbacks](https://nodejs.org/docs/latest-
|
|
156
|
+
* [Hook Callbacks](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#hook-callbacks) section.
|
|
157
157
|
*
|
|
158
158
|
* ```js
|
|
159
159
|
* import { createHook } from 'node:async_hooks';
|
|
@@ -184,7 +184,7 @@ declare module "node:async_hooks" {
|
|
|
184
184
|
* via the async hooks mechanism, the `init()`, `before()`, `after()`, and
|
|
185
185
|
* `destroy()` callbacks _must not_ be async functions that return promises.
|
|
186
186
|
* @since v8.1.0
|
|
187
|
-
* @param options The [Hook Callbacks](https://nodejs.org/docs/latest-
|
|
187
|
+
* @param options The [Hook Callbacks](https://nodejs.org/docs/latest-v26.x/api/async_hooks.html#hook-callbacks) to register
|
|
188
188
|
* @returns Instance used for disabling and enabling hooks
|
|
189
189
|
*/
|
|
190
190
|
function createHook(options: HookCallbacks): AsyncHook;
|
|
@@ -75,11 +75,6 @@ declare module "node:buffer" {
|
|
|
75
75
|
*/
|
|
76
76
|
export function resolveObjectURL(id: string): Blob | undefined;
|
|
77
77
|
export { type AllowSharedBuffer, Buffer, type NonSharedBuffer };
|
|
78
|
-
/** @deprecated This alias will be removed in a future version. Use the canonical `BlobPropertyBag` instead. */
|
|
79
|
-
// TODO: remove in future major
|
|
80
|
-
export interface BlobOptions extends BlobPropertyBag {}
|
|
81
|
-
/** @deprecated This alias will be removed in a future version. Use the canonical `FilePropertyBag` instead. */
|
|
82
|
-
export interface FileOptions extends FilePropertyBag {}
|
|
83
78
|
export type WithImplicitCoercion<T> =
|
|
84
79
|
| T
|
|
85
80
|
| { valueOf(): T }
|
|
@@ -1555,11 +1550,12 @@ declare module "node:buffer" {
|
|
|
1555
1550
|
/**
|
|
1556
1551
|
* If `value` is:
|
|
1557
1552
|
*
|
|
1558
|
-
* * a string, `value` is interpreted according to the character encoding in
|
|
1559
|
-
*
|
|
1560
|
-
*
|
|
1553
|
+
* * a string, `value` is interpreted according to the character encoding in
|
|
1554
|
+
* `encoding`.
|
|
1555
|
+
* * a `Buffer` or `Uint8Array`, `value` will be used in its entirety.
|
|
1556
|
+
* To compare a partial `Buffer`, use `buf.subarray`.
|
|
1561
1557
|
* * a number, `value` will be interpreted as an unsigned 8-bit integer
|
|
1562
|
-
*
|
|
1558
|
+
* value between `0` and `255`.
|
|
1563
1559
|
*
|
|
1564
1560
|
* ```js
|
|
1565
1561
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1587,12 +1583,13 @@ declare module "node:buffer" {
|
|
|
1587
1583
|
* // Prints: 6
|
|
1588
1584
|
* ```
|
|
1589
1585
|
*
|
|
1590
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1586
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1587
|
+
* `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
1591
1588
|
* an integer between 0 and 255.
|
|
1592
1589
|
*
|
|
1593
1590
|
* If `byteOffset` is not a number, it will be coerced to a number. If the result
|
|
1594
1591
|
* of coercion is `NaN` or `0`, then the entire buffer will be searched. This
|
|
1595
|
-
* behavior matches
|
|
1592
|
+
* behavior matches `String.prototype.indexOf()`.
|
|
1596
1593
|
*
|
|
1597
1594
|
* ```js
|
|
1598
1595
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1613,14 +1610,27 @@ declare module "node:buffer" {
|
|
|
1613
1610
|
* ```
|
|
1614
1611
|
*
|
|
1615
1612
|
* If `value` is an empty string or empty `Buffer` and `byteOffset` is less
|
|
1616
|
-
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and
|
|
1613
|
+
* than `buf.length`, `byteOffset` will be returned. If `value` is empty and
|
|
1614
|
+
* `byteOffset` is at least `buf.length`, `buf.length` will be returned.
|
|
1617
1615
|
* @since v1.5.0
|
|
1618
1616
|
* @param value What to search for.
|
|
1619
|
-
* @param
|
|
1620
|
-
*
|
|
1621
|
-
* @
|
|
1622
|
-
|
|
1623
|
-
|
|
1617
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1618
|
+
* offset is calculated from the end of `buf`. **Default:** `0`.
|
|
1619
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1620
|
+
* `buf.length`.
|
|
1621
|
+
* @param encoding If `value` is a string, this is the encoding used to
|
|
1622
|
+
* determine the binary representation of the string that will be searched for in
|
|
1623
|
+
* `buf`. **Default:** `'utf8'`.
|
|
1624
|
+
* @returns The index of the first occurrence of `value` in `buf`, or
|
|
1625
|
+
* `-1` if `buf` does not contain `value`.
|
|
1626
|
+
*/
|
|
1627
|
+
indexOf(
|
|
1628
|
+
value: string | number | Uint8Array,
|
|
1629
|
+
start?: number,
|
|
1630
|
+
end?: number,
|
|
1631
|
+
encoding?: BufferEncoding,
|
|
1632
|
+
): number;
|
|
1633
|
+
indexOf(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): number;
|
|
1624
1634
|
indexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number;
|
|
1625
1635
|
/**
|
|
1626
1636
|
* Identical to `buf.indexOf()`, except the last occurrence of `value` is found
|
|
@@ -1654,12 +1664,13 @@ declare module "node:buffer" {
|
|
|
1654
1664
|
* // Prints: 4
|
|
1655
1665
|
* ```
|
|
1656
1666
|
*
|
|
1657
|
-
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1667
|
+
* If `value` is not a string, number, or `Buffer`, this method will throw a
|
|
1668
|
+
* `TypeError`. If `value` is a number, it will be coerced to a valid byte value,
|
|
1658
1669
|
* an integer between 0 and 255.
|
|
1659
1670
|
*
|
|
1660
1671
|
* If `byteOffset` is not a number, it will be coerced to a number. Any arguments
|
|
1661
1672
|
* that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer.
|
|
1662
|
-
* This behavior matches
|
|
1673
|
+
* This behavior matches `String.prototype.lastIndexOf()`.
|
|
1663
1674
|
*
|
|
1664
1675
|
* ```js
|
|
1665
1676
|
* import { Buffer } from 'node:buffer';
|
|
@@ -1685,11 +1696,24 @@ declare module "node:buffer" {
|
|
|
1685
1696
|
* If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned.
|
|
1686
1697
|
* @since v6.0.0
|
|
1687
1698
|
* @param value What to search for.
|
|
1688
|
-
* @param
|
|
1689
|
-
*
|
|
1690
|
-
*
|
|
1691
|
-
|
|
1692
|
-
|
|
1699
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1700
|
+
* offset is calculated from the end of `buf`. **Default:**
|
|
1701
|
+
* `buf.length - 1`.
|
|
1702
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1703
|
+
* `buf.length`.
|
|
1704
|
+
* @param encoding If `value` is a string, this is the encoding used to
|
|
1705
|
+
* determine the binary representation of the string that will be searched for in
|
|
1706
|
+
* `buf`. **Default:** `'utf8'`.
|
|
1707
|
+
* @returns The index of the last occurrence of `value` in `buf`, or
|
|
1708
|
+
* `-1` if `buf` does not contain `value`.
|
|
1709
|
+
*/
|
|
1710
|
+
lastIndexOf(
|
|
1711
|
+
value: string | number | Uint8Array,
|
|
1712
|
+
start?: number,
|
|
1713
|
+
end?: number,
|
|
1714
|
+
encoding?: BufferEncoding,
|
|
1715
|
+
): number;
|
|
1716
|
+
lastIndexOf(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): number;
|
|
1693
1717
|
lastIndexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number;
|
|
1694
1718
|
/**
|
|
1695
1719
|
* Equivalent to `buf.indexOf() !== -1`.
|
|
@@ -1716,12 +1740,22 @@ declare module "node:buffer" {
|
|
|
1716
1740
|
* ```
|
|
1717
1741
|
* @since v5.3.0
|
|
1718
1742
|
* @param value What to search for.
|
|
1719
|
-
* @param
|
|
1720
|
-
*
|
|
1721
|
-
* @
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1743
|
+
* @param start Where to begin searching in `buf`. If negative, then
|
|
1744
|
+
* offset is calculated from the end of `buf`. **Default:** `0`.
|
|
1745
|
+
* @param end Where to stop searching in `buf` (exclusive). **Default:**
|
|
1746
|
+
* `buf.length`.
|
|
1747
|
+
* @param encoding If `value` is a string, this is its encoding.
|
|
1748
|
+
* **Default:** `'utf8'`.
|
|
1749
|
+
* @returns `true` if `value` was found in `buf`, `false` otherwise.
|
|
1750
|
+
*/
|
|
1751
|
+
includes(
|
|
1752
|
+
value: string | number | Uint8Array,
|
|
1753
|
+
start?: number,
|
|
1754
|
+
end?: number,
|
|
1755
|
+
encoding?: BufferEncoding,
|
|
1756
|
+
): boolean;
|
|
1757
|
+
includes(value: string | number | Uint8Array, start: number, encoding: BufferEncoding): boolean;
|
|
1758
|
+
includes(value: string | number | Uint8Array, encoding: BufferEncoding): boolean;
|
|
1725
1759
|
}
|
|
1726
1760
|
var Buffer: BufferConstructor;
|
|
1727
1761
|
}
|