@mtkruto/node 0.2.24 → 0.2.31
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/esm/0_deps.d.ts +6 -6
- package/esm/0_deps.d.ts.map +1 -1
- package/esm/0_deps.js +7 -7
- package/esm/3_types.d.ts +1 -0
- package/esm/3_types.d.ts.map +1 -1
- package/esm/3_types.js +1 -0
- package/esm/client/0_html.d.ts.map +1 -1
- package/esm/client/0_html.js +3 -0
- package/esm/client/0_params.d.ts +4 -5
- package/esm/client/0_params.d.ts.map +1 -1
- package/esm/client/1_client_encrypted.d.ts +1 -1
- package/esm/client/1_client_encrypted.d.ts.map +1 -1
- package/esm/client/1_client_encrypted.js +33 -24
- package/esm/client/1_client_plain.d.ts +1 -1
- package/esm/client/1_client_plain.d.ts.map +1 -1
- package/esm/client/3_message_manager.d.ts.map +1 -1
- package/esm/client/3_message_manager.js +14 -2
- package/esm/client/5_client.d.ts +19 -19
- package/esm/client/5_client.d.ts.map +1 -1
- package/esm/client/5_client.js +37 -35
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/array_includes.js +46 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +16 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assert.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +17 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equal.js +113 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/equals.js +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/exists.js +27 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/fail.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/false.js +22 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/instance_of.js +52 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +25 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/is_error.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts +19 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less.js +28 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +44 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/mod.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +21 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +29 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_match.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +23 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +32 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/object_match.js +157 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +42 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/rejects.js +54 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +24 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +53 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +18 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/string_includes.js +26 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/throws.js +45 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +20 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +15 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/assert/1.0.1/unreachable.js +20 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +19 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.2/concat.js +32 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.1/base64.js +163 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +82 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/build_message.js +110 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +140 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff.js +276 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +99 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/diff_str.js +178 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/format.js +37 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +43 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/mod.js +44 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +159 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/styles.js +207 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts +16 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/internal/1.0.1/types.js +2 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +70 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +86 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts +95 -0
- package/esm/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +8 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_db.js +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +15 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +23 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +34 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/content_type.js +57 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +24 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/extension.js +28 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +33 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +77 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +22 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +43 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +113 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +25 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +31 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +8796 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +8831 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/common.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +4 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +234 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts +2 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/_os.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/basename.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/common.js +33 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts +15 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/constants.js +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/dirname.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/extname.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/format.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/from_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +77 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +83 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_absolute.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/is_glob.js +42 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join.js +26 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/join_globs.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/mod.js +57 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts +35 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/parse.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +37 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/basename.js +46 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/extname.js +86 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +72 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +39 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +37 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +54 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/parse.js +115 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/relative.js +106 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +59 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +27 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +16 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/relative.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/resolve.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +22 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_file_url.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +29 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/types.js +3 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/basename.js +41 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +13 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/constants.js +14 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +109 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/extname.js +78 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +24 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/format.js +28 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +18 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +30 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +82 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +38 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join.js +71 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +21 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +40 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +19 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +20 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +31 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +25 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/parse.js +176 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +23 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/relative.js +131 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +154 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +34 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +17 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +49 -0
- package/esm/tl/0_api.d.ts +25 -14
- package/esm/tl/0_api.d.ts.map +1 -1
- package/esm/tl/0_api.js +17 -1
- package/esm/types/0_failed_invitation.d.ts +19 -0
- package/esm/types/0_failed_invitation.d.ts.map +1 -1
- package/esm/types/0_failed_invitation.js +19 -0
- package/esm/types/0_message_entity.d.ts +1 -0
- package/esm/types/0_message_entity.d.ts.map +1 -1
- package/esm/types/0_message_entity.js +3 -2
- package/esm/types/2_reply_to.d.ts +35 -0
- package/esm/types/2_reply_to.d.ts.map +1 -0
- package/esm/types/2_reply_to.js +20 -0
- package/esm/types/3_join_request.d.ts +19 -0
- package/esm/types/3_join_request.d.ts.map +1 -1
- package/esm/types/3_join_request.js +19 -0
- package/package.json +1 -1
- package/script/0_deps.d.ts +6 -6
- package/script/0_deps.d.ts.map +1 -1
- package/script/0_deps.js +7 -7
- package/script/3_types.d.ts +1 -0
- package/script/3_types.d.ts.map +1 -1
- package/script/3_types.js +1 -0
- package/script/client/0_html.d.ts.map +1 -1
- package/script/client/0_html.js +3 -0
- package/script/client/0_params.d.ts +4 -5
- package/script/client/0_params.d.ts.map +1 -1
- package/script/client/1_client_encrypted.d.ts +1 -1
- package/script/client/1_client_encrypted.d.ts.map +1 -1
- package/script/client/1_client_encrypted.js +32 -23
- package/script/client/1_client_plain.d.ts +1 -1
- package/script/client/1_client_plain.d.ts.map +1 -1
- package/script/client/3_message_manager.d.ts.map +1 -1
- package/script/client/3_message_manager.js +14 -2
- package/script/client/5_client.d.ts +19 -19
- package/script/client/5_client.d.ts.map +1 -1
- package/script/client/5_client.js +37 -35
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts +29 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/almost_equals.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/array_includes.js +50 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts +16 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assert.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/assertion_error.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts +17 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equal.js +117 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts +22 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/equals.js +46 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/exists.js +31 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/fail.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/false.js +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/greater_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/instance_of.js +56 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts +25 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/is_error.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts +19 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less.js +32 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/less_or_equal.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts +44 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/mod.js +61 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts +21 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts +20 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_instance_of.js +33 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_match.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts +23 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/not_strict_equals.js +36 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts +26 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/object_match.js +161 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts +42 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/rejects.js +58 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/strict_equals.js +57 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts +18 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/string_includes.js +30 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts +45 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/throws.js +49 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unimplemented.js +24 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts +15 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/assert/1.0.1/unreachable.js +24 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts +19 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/bytes/1.0.2/concat.js +36 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts +2 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/_validate_binary_like.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.1/base64.js +168 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts +82 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/build_message.js +116 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts +140 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff.js +284 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts +99 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/diff_str.js +185 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/format.js +64 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts +43 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/mod.js +60 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts +159 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/styles.js +243 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts +16 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/internal/1.0.1/types.js +3 -0
- package/script/deps/jsr.io/@std/io/0.224.3/_constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts +70 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/io/0.224.3/iterate_reader.js +91 -0
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts +95 -0
- package/script/deps/jsr.io/@std/io/0.224.3/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts +8 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_db.js +40 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts +15 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts +23 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/all_extensions.js +38 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts +43 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/content_type.js +61 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts +24 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/extension.js +32 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts +33 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/format_media_type.js +81 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts +22 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/get_charset.js +47 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts +31 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.js +117 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts +25 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.js +35 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts +8796 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/media-types/1.0.2/vendor/db.js +8833 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/assert_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/common.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts +4 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/glob_to_reg_exp.js +238 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/normalize_string.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/strip_trailing_separators.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_common/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts +2 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/_os.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/basename.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/common.js +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts +15 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/constants.js +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/dirname.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/extname.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/format.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/from_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts +77 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/glob_to_regexp.js +87 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_absolute.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/is_glob.js +46 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join.js +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts +28 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/join_globs.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts +54 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/mod.js +73 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/normalize_glob.js +39 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/parse.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/basename.js +50 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts +29 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/dirname.js +63 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/extname.js +90 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/from_file_url.js +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts +72 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/is_absolute.js +27 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts +30 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/join_globs.js +43 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts +37 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize.js +58 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/parse.js +119 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/relative.js +110 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/resolve.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_file_url.js +31 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts +16 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/posix/to_namespaced_path.js +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/relative.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/resolve.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts +22 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_file_url.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/to_namespaced_path.js +33 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/types.js +4 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/_util.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/basename.js +45 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts +13 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/constants.js +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/dirname.js +113 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/extname.js +82 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts +24 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/format.js +32 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts +18 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/from_file_url.js +34 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts +71 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/glob_to_regexp.js +86 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/is_absolute.js +42 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join.js +75 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts +21 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/join_globs.js +44 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts +19 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts +20 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/normalize_glob.js +35 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts +25 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/parse.js +180 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts +23 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/relative.js +135 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/resolve.js +181 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_file_url.js +38 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts +17 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/path/1.0.2/windows/to_namespaced_path.js +53 -0
- package/script/tl/0_api.d.ts +25 -14
- package/script/tl/0_api.d.ts.map +1 -1
- package/script/tl/0_api.js +17 -1
- package/script/types/0_failed_invitation.d.ts +19 -0
- package/script/types/0_failed_invitation.d.ts.map +1 -1
- package/script/types/0_failed_invitation.js +19 -0
- package/script/types/0_message_entity.d.ts +1 -0
- package/script/types/0_message_entity.d.ts.map +1 -1
- package/script/types/0_message_entity.js +3 -2
- package/script/types/2_reply_to.d.ts +35 -0
- package/script/types/2_reply_to.d.ts.map +1 -0
- package/script/types/2_reply_to.js +21 -0
- package/script/types/3_join_request.d.ts +19 -0
- package/script/types/3_join_request.d.ts.map +1 -1
- package/script/types/3_join_request.js +19 -0
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.js +0 -2
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -41
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -47
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -49
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -40
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -87
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -51
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/equal.js +0 -111
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/fail.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/mod.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/encoding/base64.js +0 -158
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +0 -489
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/diff.js +0 -341
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/format.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/mod.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -86
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/_db.js +0 -32
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -55
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extension.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -29
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -61
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -37
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -108
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8555
- package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/common.js +0 -23
- package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -237
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/_os.js +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/basename.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/constants.js +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/dirname.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/extname.js +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/format.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -65
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/is_glob.js +0 -28
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/join_globs.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/mod.js +0 -60
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/parse.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -45
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -17
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -25
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -94
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -48
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -22
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -10
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/relative.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/resolve.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -24
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/common.js +0 -19
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -98
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -68
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/format.js +0 -11
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -69
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -27
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -3
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join.js +0 -72
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -26
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -42
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -130
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -16
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -159
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -121
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -143
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -31
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -38
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/_constants.js +0 -5
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.js +0 -36
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +0 -45
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_exists.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_false.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.js +0 -51
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.js +0 -53
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +0 -28
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_match.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.js +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +0 -27
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.js +0 -91
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts +0 -31
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.js +0 -55
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +0 -59
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.js +0 -26
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts +0 -34
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assert_throws.js +0 -49
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/assertion_error.js +0 -23
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/equal.js +0 -115
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/fail.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts +0 -44
- package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/mod.js +0 -61
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unimplemented.js +0 -21
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/assert/unreachable.js +0 -20
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/bytes/concat.js +0 -35
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts +0 -33
- package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/encoding/base64.js +0 -163
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +0 -286
- package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/fmt/colors.js +0 -564
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +0 -28
- package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/diff.js +0 -347
- package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/format.js +0 -51
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +0 -10
- package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/internal/mod.js +0 -27
- package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +0 -70
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +0 -91
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/_db.js +0 -39
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts +0 -21
- package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/content_type.js +0 -59
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extension.js +0 -30
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts +0 -19
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.js +0 -33
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts +0 -17
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.js +0 -65
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/get_charset.js +0 -41
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts +0 -24
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.js +0 -112
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.js +0 -28
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts +0 -8519
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.js +0 -8557
- package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/common.js +0 -27
- package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts +0 -29
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.js +0 -241
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/_os.js +0 -44
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/basename.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/constants.js +0 -9
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/dirname.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/extname.js +0 -17
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts +0 -9
- package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/format.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/from_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts +0 -63
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.js +0 -69
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts +0 -3
- package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/is_glob.js +0 -32
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/join_globs.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +0 -57
- package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/mod.js +0 -89
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/normalize_glob.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +0 -20
- package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/parse.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/basename.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/dirname.js +0 -49
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.js +0 -21
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.js +0 -16
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize.js +0 -29
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/parse.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/relative.js +0 -98
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/resolve.js +0 -75
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts +0 -12
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.js +0 -26
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.js +0 -14
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/relative.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/resolve.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_file_url.js +0 -28
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.js +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts +0 -18
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/basename.js +0 -43
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/common.js +0 -23
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts +0 -4
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/constants.js +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/dirname.js +0 -102
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/extname.js +0 -72
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/format.js +0 -15
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.js +0 -73
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.js +0 -31
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts +0 -2
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.js +0 -7
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join.js +0 -76
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.js +0 -30
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts +0 -39
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/mod.js +0 -58
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize.js +0 -134
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts +0 -5
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.js +0 -20
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +0 -8
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/parse.js +0 -163
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts +0 -13
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/relative.js +0 -125
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/resolve.js +0 -170
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts +0 -14
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.js +0 -35
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts +0 -6
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +0 -1
- package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.js +0 -42
- /package/esm/deps/{deno.land/std@0.224.0/encoding/_util.js → jsr.io/@std/encoding/1.0.1/_validate_binary_like.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.1}/format.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/io/0.224.3/types.js} +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.2}/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/format.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.js +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.d.ts +0 -0
- /package/esm/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/encoding/_util.js → jsr.io/@std/encoding/1.0.1/_validate_binary_like.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/internal → jsr.io/@std/internal/1.0.1}/format.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/io → jsr.io/@std/io/0.224.3}/_constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path/_interface.js → jsr.io/@std/io/0.224.3/types.js} +0 -0
- /package/script/deps/{deno.land/std@0.224.0/media_types → jsr.io/@std/media-types/1.0.2}/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/assert_path.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/basename.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/constants.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/dirname.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/format.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/from_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/normalize_string.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/relative.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/strip_trailing_separators.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/_common/to_file_url.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/posix/_util.js +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.d.ts +0 -0
- /package/script/deps/{deno.land/std@0.224.0/path → jsr.io/@std/path/1.0.2}/windows/_util.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/media-types/1.0.2/extension.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAE1D"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.extension = void 0;
|
|
6
|
+
const all_extensions_js_1 = require("./all_extensions.js");
|
|
7
|
+
/**
|
|
8
|
+
* Returns the most relevant extension for the given media type, or `undefined`
|
|
9
|
+
* if no extension can be found.
|
|
10
|
+
*
|
|
11
|
+
* Extensions are returned without a leading `.`.
|
|
12
|
+
*
|
|
13
|
+
* @param type The media type to get the extension for.
|
|
14
|
+
*
|
|
15
|
+
* @returns The extension for the given media type, or `undefined` if no
|
|
16
|
+
* extension is found.
|
|
17
|
+
*
|
|
18
|
+
* @example Usage
|
|
19
|
+
* ```ts
|
|
20
|
+
* import { extension } from "@std/media-types/extension";
|
|
21
|
+
* import { assertEquals } from "@std/assert";
|
|
22
|
+
*
|
|
23
|
+
* assertEquals(extension("text/plain"), "txt");
|
|
24
|
+
* assertEquals(extension("application/json"), "json");
|
|
25
|
+
* assertEquals(extension("text/html; charset=UTF-8"), "html");
|
|
26
|
+
* assertEquals(extension("application/foo"), undefined);
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function extension(type) {
|
|
30
|
+
return (0, all_extensions_js_1.allExtensions)(type)?.[0];
|
|
31
|
+
}
|
|
32
|
+
exports.extension = extension;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Serializes the media type and the optional parameters as a media type
|
|
3
|
+
* conforming to {@link https://www.rfc-editor.org/rfc/rfc2045.html | RFC 2045} and
|
|
4
|
+
* {@link https://www.rfc-editor.org/rfc/rfc2616.html | RFC 2616}.
|
|
5
|
+
*
|
|
6
|
+
* The type and parameter names are written in lower-case.
|
|
7
|
+
*
|
|
8
|
+
* When any of the arguments results in a standard violation then the return
|
|
9
|
+
* value will be an empty string (`""`).
|
|
10
|
+
*
|
|
11
|
+
* @param type The media type to serialize.
|
|
12
|
+
* @param param Optional parameters to serialize.
|
|
13
|
+
*
|
|
14
|
+
* @returns The serialized media type.
|
|
15
|
+
*
|
|
16
|
+
* @example Basic usage
|
|
17
|
+
* ```ts
|
|
18
|
+
* import { formatMediaType } from "@std/media-types/format-media-type";
|
|
19
|
+
* import { assertEquals } from "@std/assert";
|
|
20
|
+
*
|
|
21
|
+
* assertEquals(formatMediaType("text/plain"), "text/plain");
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @example With parameters
|
|
25
|
+
* ```ts
|
|
26
|
+
* import { formatMediaType } from "@std/media-types/format-media-type";
|
|
27
|
+
* import { assertEquals } from "@std/assert";
|
|
28
|
+
*
|
|
29
|
+
* assertEquals(formatMediaType("text/plain", { charset: "UTF-8" }), "text/plain; charset=UTF-8");
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
export declare function formatMediaType(type: string, param?: Record<string, string> | Iterable<[string, string]>): string;
|
|
33
|
+
//# sourceMappingURL=format_media_type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format_media_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/media-types/1.0.2/format_media_type.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,MAAM,EACZ,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GAC1D,MAAM,CA8CR"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.formatMediaType = void 0;
|
|
6
|
+
const _util_js_1 = require("./_util.js");
|
|
7
|
+
/**
|
|
8
|
+
* Serializes the media type and the optional parameters as a media type
|
|
9
|
+
* conforming to {@link https://www.rfc-editor.org/rfc/rfc2045.html | RFC 2045} and
|
|
10
|
+
* {@link https://www.rfc-editor.org/rfc/rfc2616.html | RFC 2616}.
|
|
11
|
+
*
|
|
12
|
+
* The type and parameter names are written in lower-case.
|
|
13
|
+
*
|
|
14
|
+
* When any of the arguments results in a standard violation then the return
|
|
15
|
+
* value will be an empty string (`""`).
|
|
16
|
+
*
|
|
17
|
+
* @param type The media type to serialize.
|
|
18
|
+
* @param param Optional parameters to serialize.
|
|
19
|
+
*
|
|
20
|
+
* @returns The serialized media type.
|
|
21
|
+
*
|
|
22
|
+
* @example Basic usage
|
|
23
|
+
* ```ts
|
|
24
|
+
* import { formatMediaType } from "@std/media-types/format-media-type";
|
|
25
|
+
* import { assertEquals } from "@std/assert";
|
|
26
|
+
*
|
|
27
|
+
* assertEquals(formatMediaType("text/plain"), "text/plain");
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @example With parameters
|
|
31
|
+
* ```ts
|
|
32
|
+
* import { formatMediaType } from "@std/media-types/format-media-type";
|
|
33
|
+
* import { assertEquals } from "@std/assert";
|
|
34
|
+
*
|
|
35
|
+
* assertEquals(formatMediaType("text/plain", { charset: "UTF-8" }), "text/plain; charset=UTF-8");
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
function formatMediaType(type, param) {
|
|
39
|
+
let serializedMediaType = "";
|
|
40
|
+
const [major = "", sub] = type.split("/");
|
|
41
|
+
if (!sub) {
|
|
42
|
+
if (!(0, _util_js_1.isToken)(type)) {
|
|
43
|
+
return "";
|
|
44
|
+
}
|
|
45
|
+
serializedMediaType += type.toLowerCase();
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
if (!(0, _util_js_1.isToken)(major) || !(0, _util_js_1.isToken)(sub)) {
|
|
49
|
+
return "";
|
|
50
|
+
}
|
|
51
|
+
serializedMediaType += `${major.toLowerCase()}/${sub.toLowerCase()}`;
|
|
52
|
+
}
|
|
53
|
+
if (param) {
|
|
54
|
+
param = (0, _util_js_1.isIterator)(param) ? Object.fromEntries(param) : param;
|
|
55
|
+
const attrs = Object.keys(param);
|
|
56
|
+
attrs.sort();
|
|
57
|
+
for (const attribute of attrs) {
|
|
58
|
+
if (!(0, _util_js_1.isToken)(attribute)) {
|
|
59
|
+
return "";
|
|
60
|
+
}
|
|
61
|
+
const value = param[attribute];
|
|
62
|
+
serializedMediaType += `; ${attribute.toLowerCase()}`;
|
|
63
|
+
const needEnc = (0, _util_js_1.needsEncoding)(value);
|
|
64
|
+
if (needEnc) {
|
|
65
|
+
serializedMediaType += "*";
|
|
66
|
+
}
|
|
67
|
+
serializedMediaType += "=";
|
|
68
|
+
if (needEnc) {
|
|
69
|
+
serializedMediaType += `utf-8''${encodeURIComponent(value)}`;
|
|
70
|
+
continue;
|
|
71
|
+
}
|
|
72
|
+
if ((0, _util_js_1.isToken)(value)) {
|
|
73
|
+
serializedMediaType += value;
|
|
74
|
+
continue;
|
|
75
|
+
}
|
|
76
|
+
serializedMediaType += `"${value.replace(/["\\]/gi, (m) => `\\${m}`)}"`;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return serializedMediaType;
|
|
80
|
+
}
|
|
81
|
+
exports.formatMediaType = formatMediaType;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Given a media type or header value, identify the encoding charset. If the
|
|
3
|
+
* charset cannot be determined, the function returns `undefined`.
|
|
4
|
+
*
|
|
5
|
+
* @param type The media type or header value to get the charset for.
|
|
6
|
+
*
|
|
7
|
+
* @returns The charset for the given media type or header value, or `undefined`
|
|
8
|
+
* if the charset cannot be determined.
|
|
9
|
+
*
|
|
10
|
+
* @example Usage
|
|
11
|
+
* ```ts
|
|
12
|
+
* import { getCharset } from "@std/media-types/get-charset";
|
|
13
|
+
* import { assertEquals } from "@std/assert";
|
|
14
|
+
*
|
|
15
|
+
* assertEquals(getCharset("text/plain"), "UTF-8");
|
|
16
|
+
* assertEquals(getCharset("application/foo"), undefined);
|
|
17
|
+
* assertEquals(getCharset("application/news-checkgroups"), "US-ASCII");
|
|
18
|
+
* assertEquals(getCharset("application/news-checkgroups; charset=UTF-8"), "UTF-8");
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getCharset(type: string): string | undefined;
|
|
22
|
+
//# sourceMappingURL=get_charset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get_charset.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/media-types/1.0.2/get_charset.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAiB3D"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getCharset = void 0;
|
|
6
|
+
const parse_media_type_js_1 = require("./parse_media_type.js");
|
|
7
|
+
const _db_js_1 = require("./_db.js");
|
|
8
|
+
/**
|
|
9
|
+
* Given a media type or header value, identify the encoding charset. If the
|
|
10
|
+
* charset cannot be determined, the function returns `undefined`.
|
|
11
|
+
*
|
|
12
|
+
* @param type The media type or header value to get the charset for.
|
|
13
|
+
*
|
|
14
|
+
* @returns The charset for the given media type or header value, or `undefined`
|
|
15
|
+
* if the charset cannot be determined.
|
|
16
|
+
*
|
|
17
|
+
* @example Usage
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { getCharset } from "@std/media-types/get-charset";
|
|
20
|
+
* import { assertEquals } from "@std/assert";
|
|
21
|
+
*
|
|
22
|
+
* assertEquals(getCharset("text/plain"), "UTF-8");
|
|
23
|
+
* assertEquals(getCharset("application/foo"), undefined);
|
|
24
|
+
* assertEquals(getCharset("application/news-checkgroups"), "US-ASCII");
|
|
25
|
+
* assertEquals(getCharset("application/news-checkgroups; charset=UTF-8"), "UTF-8");
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
function getCharset(type) {
|
|
29
|
+
try {
|
|
30
|
+
const [mediaType, params] = (0, parse_media_type_js_1.parseMediaType)(type);
|
|
31
|
+
if (params?.charset) {
|
|
32
|
+
return params.charset;
|
|
33
|
+
}
|
|
34
|
+
const entry = _db_js_1.db[mediaType];
|
|
35
|
+
if (entry?.charset) {
|
|
36
|
+
return entry.charset;
|
|
37
|
+
}
|
|
38
|
+
if (mediaType.startsWith("text/")) {
|
|
39
|
+
return "UTF-8";
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
catch {
|
|
43
|
+
// just swallow errors, returning undefined
|
|
44
|
+
}
|
|
45
|
+
return undefined;
|
|
46
|
+
}
|
|
47
|
+
exports.getCharset = getCharset;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Parses the media type and any optional parameters, per
|
|
3
|
+
* {@link https://www.rfc-editor.org/rfc/rfc1521.html | RFC 1521}.
|
|
4
|
+
*
|
|
5
|
+
* Media types are the values in `Content-Type` and `Content-Disposition`
|
|
6
|
+
* headers. On success the function returns a tuple where the first element is
|
|
7
|
+
* the media type and the second element is the optional parameters or
|
|
8
|
+
* `undefined` if there are none.
|
|
9
|
+
*
|
|
10
|
+
* The function will throw if the parsed value is invalid.
|
|
11
|
+
*
|
|
12
|
+
* The returned media type will be normalized to be lower case, and returned
|
|
13
|
+
* params keys will be normalized to lower case, but preserves the casing of
|
|
14
|
+
* the value.
|
|
15
|
+
*
|
|
16
|
+
* @param type The media type to parse.
|
|
17
|
+
*
|
|
18
|
+
* @returns A tuple where the first element is the media type and the second
|
|
19
|
+
* element is the optional parameters or `undefined` if there are none.
|
|
20
|
+
*
|
|
21
|
+
* @example Usage
|
|
22
|
+
* ```ts
|
|
23
|
+
* import { parseMediaType } from "@std/media-types/parse-media-type";
|
|
24
|
+
* import { assertEquals } from "@std/assert";
|
|
25
|
+
*
|
|
26
|
+
* assertEquals(parseMediaType("application/JSON"), ["application/json", undefined]);
|
|
27
|
+
* assertEquals(parseMediaType("text/html; charset=UTF-8"), ["text/html", { charset: "UTF-8" }]);
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare function parseMediaType(type: string): [mediaType: string, params: Record<string, string> | undefined];
|
|
31
|
+
//# sourceMappingURL=parse_media_type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse_media_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/media-types/1.0.2/parse_media_type.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,cAAc,CAC5B,IAAI,EAAE,MAAM,GACX,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC,CAqFjE"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.parseMediaType = void 0;
|
|
6
|
+
const _util_js_1 = require("./_util.js");
|
|
7
|
+
/**
|
|
8
|
+
* Parses the media type and any optional parameters, per
|
|
9
|
+
* {@link https://www.rfc-editor.org/rfc/rfc1521.html | RFC 1521}.
|
|
10
|
+
*
|
|
11
|
+
* Media types are the values in `Content-Type` and `Content-Disposition`
|
|
12
|
+
* headers. On success the function returns a tuple where the first element is
|
|
13
|
+
* the media type and the second element is the optional parameters or
|
|
14
|
+
* `undefined` if there are none.
|
|
15
|
+
*
|
|
16
|
+
* The function will throw if the parsed value is invalid.
|
|
17
|
+
*
|
|
18
|
+
* The returned media type will be normalized to be lower case, and returned
|
|
19
|
+
* params keys will be normalized to lower case, but preserves the casing of
|
|
20
|
+
* the value.
|
|
21
|
+
*
|
|
22
|
+
* @param type The media type to parse.
|
|
23
|
+
*
|
|
24
|
+
* @returns A tuple where the first element is the media type and the second
|
|
25
|
+
* element is the optional parameters or `undefined` if there are none.
|
|
26
|
+
*
|
|
27
|
+
* @example Usage
|
|
28
|
+
* ```ts
|
|
29
|
+
* import { parseMediaType } from "@std/media-types/parse-media-type";
|
|
30
|
+
* import { assertEquals } from "@std/assert";
|
|
31
|
+
*
|
|
32
|
+
* assertEquals(parseMediaType("application/JSON"), ["application/json", undefined]);
|
|
33
|
+
* assertEquals(parseMediaType("text/html; charset=UTF-8"), ["text/html", { charset: "UTF-8" }]);
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
function parseMediaType(type) {
|
|
37
|
+
const [base] = type.split(";");
|
|
38
|
+
const mediaType = base.toLowerCase().trim();
|
|
39
|
+
const params = {};
|
|
40
|
+
// Map of base parameter name -> parameter name -> value
|
|
41
|
+
// for parameters containing a '*' character.
|
|
42
|
+
const continuation = new Map();
|
|
43
|
+
type = type.slice(base.length);
|
|
44
|
+
while (type.length) {
|
|
45
|
+
type = type.trimStart();
|
|
46
|
+
if (type.length === 0) {
|
|
47
|
+
break;
|
|
48
|
+
}
|
|
49
|
+
const [key, value, rest] = (0, _util_js_1.consumeMediaParam)(type);
|
|
50
|
+
if (!key) {
|
|
51
|
+
if (rest.trim() === ";") {
|
|
52
|
+
// ignore trailing semicolons
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
throw new TypeError("Invalid media parameter.");
|
|
56
|
+
}
|
|
57
|
+
let pmap = params;
|
|
58
|
+
const [baseName, rest2] = key.split("*");
|
|
59
|
+
if (baseName && rest2 !== undefined) {
|
|
60
|
+
if (!continuation.has(baseName)) {
|
|
61
|
+
continuation.set(baseName, {});
|
|
62
|
+
}
|
|
63
|
+
pmap = continuation.get(baseName);
|
|
64
|
+
}
|
|
65
|
+
if (key in pmap) {
|
|
66
|
+
throw new TypeError("Duplicate key parsed.");
|
|
67
|
+
}
|
|
68
|
+
pmap[key] = value;
|
|
69
|
+
type = rest;
|
|
70
|
+
}
|
|
71
|
+
// Stitch together any continuations or things with stars
|
|
72
|
+
// (i.e. RFC 2231 things with stars: "foo*0" or "foo*")
|
|
73
|
+
let str = "";
|
|
74
|
+
for (const [key, pieceMap] of continuation) {
|
|
75
|
+
const singlePartKey = `${key}*`;
|
|
76
|
+
const type = pieceMap[singlePartKey];
|
|
77
|
+
if (type) {
|
|
78
|
+
const decv = (0, _util_js_1.decode2331Encoding)(type);
|
|
79
|
+
if (decv) {
|
|
80
|
+
params[key] = decv;
|
|
81
|
+
}
|
|
82
|
+
continue;
|
|
83
|
+
}
|
|
84
|
+
str = "";
|
|
85
|
+
let valid = false;
|
|
86
|
+
for (let n = 0;; n++) {
|
|
87
|
+
const simplePart = `${key}*${n}`;
|
|
88
|
+
let type = pieceMap[simplePart];
|
|
89
|
+
if (type) {
|
|
90
|
+
valid = true;
|
|
91
|
+
str += type;
|
|
92
|
+
continue;
|
|
93
|
+
}
|
|
94
|
+
const encodedPart = `${simplePart}*`;
|
|
95
|
+
type = pieceMap[encodedPart];
|
|
96
|
+
if (!type) {
|
|
97
|
+
break;
|
|
98
|
+
}
|
|
99
|
+
valid = true;
|
|
100
|
+
if (n === 0) {
|
|
101
|
+
const decv = (0, _util_js_1.decode2331Encoding)(type);
|
|
102
|
+
if (decv) {
|
|
103
|
+
str += decv;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
else {
|
|
107
|
+
const decv = decodeURI(type);
|
|
108
|
+
str += decv;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
if (valid) {
|
|
112
|
+
params[key] = str;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
return [mediaType, Object.keys(params).length ? params : undefined];
|
|
116
|
+
}
|
|
117
|
+
exports.parseMediaType = parseMediaType;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns the media type associated with the file extension, or `undefined` if
|
|
3
|
+
* no media type is found.
|
|
4
|
+
*
|
|
5
|
+
* Values are normalized to lower case and matched irrespective of a leading
|
|
6
|
+
* `.`.
|
|
7
|
+
*
|
|
8
|
+
* @param extension The file extension to get the media type for.
|
|
9
|
+
*
|
|
10
|
+
* @returns The media type associated with the file extension, or `undefined` if
|
|
11
|
+
* no media type is found.
|
|
12
|
+
*
|
|
13
|
+
* @example Usage
|
|
14
|
+
* ```ts
|
|
15
|
+
* import { typeByExtension } from "@std/media-types/type-by-extension";
|
|
16
|
+
* import { assertEquals } from "@std/assert";
|
|
17
|
+
*
|
|
18
|
+
* assertEquals(typeByExtension("js"), "text/javascript");
|
|
19
|
+
* assertEquals(typeByExtension(".HTML"), "text/html");
|
|
20
|
+
* assertEquals(typeByExtension("foo"), undefined);
|
|
21
|
+
* assertEquals(typeByExtension("file.json"), undefined);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function typeByExtension(extension: string): string | undefined;
|
|
25
|
+
//# sourceMappingURL=type_by_extension.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type_by_extension.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/media-types/1.0.2/type_by_extension.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAIrE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
3
|
+
// This module is browser compatible.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.typeByExtension = void 0;
|
|
6
|
+
const _db_js_1 = require("./_db.js");
|
|
7
|
+
/**
|
|
8
|
+
* Returns the media type associated with the file extension, or `undefined` if
|
|
9
|
+
* no media type is found.
|
|
10
|
+
*
|
|
11
|
+
* Values are normalized to lower case and matched irrespective of a leading
|
|
12
|
+
* `.`.
|
|
13
|
+
*
|
|
14
|
+
* @param extension The file extension to get the media type for.
|
|
15
|
+
*
|
|
16
|
+
* @returns The media type associated with the file extension, or `undefined` if
|
|
17
|
+
* no media type is found.
|
|
18
|
+
*
|
|
19
|
+
* @example Usage
|
|
20
|
+
* ```ts
|
|
21
|
+
* import { typeByExtension } from "@std/media-types/type-by-extension";
|
|
22
|
+
* import { assertEquals } from "@std/assert";
|
|
23
|
+
*
|
|
24
|
+
* assertEquals(typeByExtension("js"), "text/javascript");
|
|
25
|
+
* assertEquals(typeByExtension(".HTML"), "text/html");
|
|
26
|
+
* assertEquals(typeByExtension("foo"), undefined);
|
|
27
|
+
* assertEquals(typeByExtension("file.json"), undefined);
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
function typeByExtension(extension) {
|
|
31
|
+
extension = extension.startsWith(".") ? extension.slice(1) : extension;
|
|
32
|
+
// @ts-ignore Work around https://github.com/denoland/dnt/issues/148
|
|
33
|
+
return _db_js_1.types.get(extension.toLowerCase());
|
|
34
|
+
}
|
|
35
|
+
exports.typeByExtension = typeByExtension;
|