@fedify/fedify 0.10.0-dev.205 → 0.10.0-dev.206

Sign up to get free protection for your applications and to get access to all the features.
Files changed (215) hide show
  1. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/concat.js +3 -2
  2. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/copy.js +6 -4
  3. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/ends_with.js +5 -1
  4. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/equals.js +3 -2
  5. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/includes_needle.js +5 -2
  6. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/index_of_needle.js +9 -7
  7. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/last_index_of_needle.js +7 -5
  8. package/esm/deps/jsr.io/@std/bytes/1.0.0/mod.js +34 -0
  9. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/repeat.js +10 -3
  10. package/esm/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/starts_with.js +5 -1
  11. package/esm/runtime/key.js +1 -1
  12. package/esm/sig/http.js +1 -1
  13. package/package.json +3 -3
  14. package/types/deps/jsr.io/@std/assert/0.226.0/assert.d.ts.map +1 -0
  15. package/types/deps/jsr.io/@std/assert/0.226.0/assert_almost_equals.d.ts.map +1 -0
  16. package/types/deps/jsr.io/@std/assert/0.226.0/assert_array_includes.d.ts.map +1 -0
  17. package/types/deps/jsr.io/@std/assert/0.226.0/assert_equals.d.ts.map +1 -0
  18. package/types/deps/jsr.io/@std/assert/0.226.0/assert_exists.d.ts.map +1 -0
  19. package/types/deps/jsr.io/@std/assert/{0.224.0 → 0.226.0}/assert_false.d.ts.map +1 -1
  20. package/types/deps/jsr.io/@std/assert/0.226.0/assert_greater.d.ts.map +1 -0
  21. package/types/deps/jsr.io/@std/assert/0.226.0/assert_greater_or_equal.d.ts.map +1 -0
  22. package/types/deps/jsr.io/@std/assert/{0.224.0 → 0.226.0}/assert_instance_of.d.ts.map +1 -1
  23. package/types/deps/jsr.io/@std/assert/0.226.0/assert_is_error.d.ts.map +1 -0
  24. package/types/deps/jsr.io/@std/assert/0.226.0/assert_less.d.ts.map +1 -0
  25. package/types/deps/jsr.io/@std/assert/0.226.0/assert_less_or_equal.d.ts.map +1 -0
  26. package/types/deps/jsr.io/@std/assert/0.226.0/assert_match.d.ts.map +1 -0
  27. package/types/deps/jsr.io/@std/assert/0.226.0/assert_not_equals.d.ts.map +1 -0
  28. package/types/deps/jsr.io/@std/assert/0.226.0/assert_not_instance_of.d.ts.map +1 -0
  29. package/types/deps/jsr.io/@std/assert/0.226.0/assert_not_match.d.ts.map +1 -0
  30. package/types/deps/jsr.io/@std/assert/0.226.0/assert_not_strict_equals.d.ts.map +1 -0
  31. package/types/deps/jsr.io/@std/assert/0.226.0/assert_object_match.d.ts.map +1 -0
  32. package/types/deps/jsr.io/@std/assert/0.226.0/assert_rejects.d.ts.map +1 -0
  33. package/types/deps/jsr.io/@std/assert/0.226.0/assert_strict_equals.d.ts.map +1 -0
  34. package/types/deps/jsr.io/@std/assert/0.226.0/assert_string_includes.d.ts.map +1 -0
  35. package/types/deps/jsr.io/@std/assert/0.226.0/assert_throws.d.ts.map +1 -0
  36. package/types/deps/jsr.io/@std/assert/0.226.0/assertion_error.d.ts.map +1 -0
  37. package/types/deps/jsr.io/@std/assert/0.226.0/equal.d.ts.map +1 -0
  38. package/types/deps/jsr.io/@std/assert/0.226.0/fail.d.ts.map +1 -0
  39. package/types/deps/jsr.io/@std/assert/{0.224.0 → 0.226.0}/mod.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/assert/0.226.0/unimplemented.d.ts.map +1 -0
  41. package/types/deps/jsr.io/@std/assert/0.226.0/unreachable.d.ts.map +1 -0
  42. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/concat.d.ts +3 -2
  43. package/types/deps/jsr.io/@std/bytes/1.0.0/concat.d.ts.map +1 -0
  44. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/copy.d.ts +6 -4
  45. package/types/deps/jsr.io/@std/bytes/1.0.0/copy.d.ts.map +1 -0
  46. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/ends_with.d.ts +2 -1
  47. package/types/deps/jsr.io/@std/bytes/1.0.0/ends_with.d.ts.map +1 -0
  48. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/equals.d.ts +3 -2
  49. package/types/deps/jsr.io/@std/bytes/1.0.0/equals.d.ts.map +1 -0
  50. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/includes_needle.d.ts +5 -2
  51. package/types/deps/jsr.io/@std/bytes/1.0.0/includes_needle.d.ts.map +1 -0
  52. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/index_of_needle.d.ts +6 -4
  53. package/types/deps/jsr.io/@std/bytes/1.0.0/index_of_needle.d.ts.map +1 -0
  54. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/last_index_of_needle.d.ts +7 -5
  55. package/types/deps/jsr.io/@std/bytes/1.0.0/last_index_of_needle.d.ts.map +1 -0
  56. package/types/deps/jsr.io/@std/bytes/1.0.0/mod.d.ts +33 -0
  57. package/types/deps/jsr.io/@std/bytes/1.0.0/mod.d.ts.map +1 -0
  58. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/repeat.d.ts +10 -3
  59. package/types/deps/jsr.io/@std/bytes/1.0.0/repeat.d.ts.map +1 -0
  60. package/types/deps/jsr.io/@std/bytes/{0.224.0 → 1.0.0}/starts_with.d.ts +2 -1
  61. package/types/deps/jsr.io/@std/bytes/1.0.0/starts_with.d.ts.map +1 -0
  62. package/types/deps/jsr.io/@std/internal/1.0.0/build_message.d.ts.map +1 -0
  63. package/types/deps/jsr.io/@std/internal/1.0.0/diff.d.ts.map +1 -0
  64. package/types/deps/jsr.io/@std/internal/1.0.0/diff_str.d.ts.map +1 -0
  65. package/types/deps/jsr.io/@std/internal/1.0.0/format.d.ts.map +1 -0
  66. package/types/deps/jsr.io/@std/internal/1.0.0/mod.d.ts.map +1 -0
  67. package/types/deps/jsr.io/@std/internal/1.0.0/styles.d.ts.map +1 -0
  68. package/types/deps/jsr.io/@std/internal/1.0.0/types.d.ts.map +1 -0
  69. package/types/deps/jsr.io/@std/path/0.225.2/_common/assert_path.d.ts.map +1 -0
  70. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/_common/basename.d.ts.map +1 -1
  71. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/_common/common.d.ts.map +1 -1
  72. package/types/deps/jsr.io/@std/path/0.225.2/_common/constants.d.ts.map +1 -0
  73. package/types/deps/jsr.io/@std/path/0.225.2/_common/dirname.d.ts.map +1 -0
  74. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/_common/format.d.ts.map +1 -1
  75. package/types/deps/jsr.io/@std/path/0.225.2/_common/from_file_url.d.ts.map +1 -0
  76. package/types/deps/jsr.io/@std/path/0.225.2/_common/glob_to_reg_exp.d.ts.map +1 -0
  77. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/_common/normalize.d.ts.map +1 -1
  78. package/types/deps/jsr.io/@std/path/0.225.2/_common/normalize_string.d.ts.map +1 -0
  79. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/_common/relative.d.ts.map +1 -1
  80. package/types/deps/jsr.io/@std/path/0.225.2/_common/strip_trailing_separators.d.ts.map +1 -0
  81. package/types/deps/jsr.io/@std/path/0.225.2/_common/to_file_url.d.ts.map +1 -0
  82. package/types/deps/jsr.io/@std/path/0.225.2/_interface.d.ts.map +1 -0
  83. package/types/deps/jsr.io/@std/path/0.225.2/_os.d.ts.map +1 -0
  84. package/types/deps/jsr.io/@std/path/0.225.2/basename.d.ts.map +1 -0
  85. package/types/deps/jsr.io/@std/path/0.225.2/common.d.ts.map +1 -0
  86. package/types/deps/jsr.io/@std/path/0.225.2/constants.d.ts.map +1 -0
  87. package/types/deps/jsr.io/@std/path/0.225.2/dirname.d.ts.map +1 -0
  88. package/types/deps/jsr.io/@std/path/0.225.2/extname.d.ts.map +1 -0
  89. package/types/deps/jsr.io/@std/path/0.225.2/format.d.ts.map +1 -0
  90. package/types/deps/jsr.io/@std/path/0.225.2/from_file_url.d.ts.map +1 -0
  91. package/types/deps/jsr.io/@std/path/0.225.2/glob_to_regexp.d.ts.map +1 -0
  92. package/types/deps/jsr.io/@std/path/0.225.2/is_absolute.d.ts.map +1 -0
  93. package/types/deps/jsr.io/@std/path/0.225.2/is_glob.d.ts.map +1 -0
  94. package/types/deps/jsr.io/@std/path/0.225.2/join.d.ts.map +1 -0
  95. package/types/deps/jsr.io/@std/path/0.225.2/join_globs.d.ts.map +1 -0
  96. package/types/deps/jsr.io/@std/path/0.225.2/mod.d.ts.map +1 -0
  97. package/types/deps/jsr.io/@std/path/0.225.2/normalize.d.ts.map +1 -0
  98. package/types/deps/jsr.io/@std/path/0.225.2/normalize_glob.d.ts.map +1 -0
  99. package/types/deps/jsr.io/@std/path/0.225.2/parse.d.ts.map +1 -0
  100. package/types/deps/jsr.io/@std/path/0.225.2/posix/_util.d.ts.map +1 -0
  101. package/types/deps/jsr.io/@std/path/0.225.2/posix/basename.d.ts.map +1 -0
  102. package/types/deps/jsr.io/@std/path/0.225.2/posix/common.d.ts.map +1 -0
  103. package/types/deps/jsr.io/@std/path/0.225.2/posix/constants.d.ts.map +1 -0
  104. package/types/deps/jsr.io/@std/path/0.225.2/posix/dirname.d.ts.map +1 -0
  105. package/types/deps/jsr.io/@std/path/0.225.2/posix/extname.d.ts.map +1 -0
  106. package/types/deps/jsr.io/@std/path/0.225.2/posix/format.d.ts.map +1 -0
  107. package/types/deps/jsr.io/@std/path/0.225.2/posix/from_file_url.d.ts.map +1 -0
  108. package/types/deps/jsr.io/@std/path/0.225.2/posix/glob_to_regexp.d.ts.map +1 -0
  109. package/types/deps/jsr.io/@std/path/0.225.2/posix/is_absolute.d.ts.map +1 -0
  110. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/posix/is_glob.d.ts.map +1 -1
  111. package/types/deps/jsr.io/@std/path/0.225.2/posix/join.d.ts.map +1 -0
  112. package/types/deps/jsr.io/@std/path/0.225.2/posix/join_globs.d.ts.map +1 -0
  113. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/posix/mod.d.ts.map +1 -1
  114. package/types/deps/jsr.io/@std/path/0.225.2/posix/normalize.d.ts.map +1 -0
  115. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/posix/normalize_glob.d.ts.map +1 -1
  116. package/types/deps/jsr.io/@std/path/0.225.2/posix/parse.d.ts.map +1 -0
  117. package/types/deps/jsr.io/@std/path/0.225.2/posix/relative.d.ts.map +1 -0
  118. package/types/deps/jsr.io/@std/path/0.225.2/posix/resolve.d.ts.map +1 -0
  119. package/types/deps/jsr.io/@std/path/0.225.2/posix/to_file_url.d.ts.map +1 -0
  120. package/types/deps/jsr.io/@std/path/0.225.2/posix/to_namespaced_path.d.ts.map +1 -0
  121. package/types/deps/jsr.io/@std/path/0.225.2/relative.d.ts.map +1 -0
  122. package/types/deps/jsr.io/@std/path/0.225.2/resolve.d.ts.map +1 -0
  123. package/types/deps/jsr.io/@std/path/0.225.2/to_file_url.d.ts.map +1 -0
  124. package/types/deps/jsr.io/@std/path/0.225.2/to_namespaced_path.d.ts.map +1 -0
  125. package/types/deps/jsr.io/@std/path/0.225.2/windows/_util.d.ts.map +1 -0
  126. package/types/deps/jsr.io/@std/path/0.225.2/windows/basename.d.ts.map +1 -0
  127. package/types/deps/jsr.io/@std/path/0.225.2/windows/common.d.ts.map +1 -0
  128. package/types/deps/jsr.io/@std/path/0.225.2/windows/constants.d.ts.map +1 -0
  129. package/types/deps/jsr.io/@std/path/0.225.2/windows/dirname.d.ts.map +1 -0
  130. package/types/deps/jsr.io/@std/path/0.225.2/windows/extname.d.ts.map +1 -0
  131. package/types/deps/jsr.io/@std/path/0.225.2/windows/format.d.ts.map +1 -0
  132. package/types/deps/jsr.io/@std/path/0.225.2/windows/from_file_url.d.ts.map +1 -0
  133. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/windows/glob_to_regexp.d.ts.map +1 -1
  134. package/types/deps/jsr.io/@std/path/0.225.2/windows/is_absolute.d.ts.map +1 -0
  135. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/windows/is_glob.d.ts.map +1 -1
  136. package/types/deps/jsr.io/@std/path/0.225.2/windows/join.d.ts.map +1 -0
  137. package/types/deps/jsr.io/@std/path/0.225.2/windows/join_globs.d.ts.map +1 -0
  138. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/windows/mod.d.ts.map +1 -1
  139. package/types/deps/jsr.io/@std/path/0.225.2/windows/normalize.d.ts.map +1 -0
  140. package/types/deps/jsr.io/@std/path/{0.224.0 → 0.225.2}/windows/normalize_glob.d.ts.map +1 -1
  141. package/types/deps/jsr.io/@std/path/0.225.2/windows/parse.d.ts.map +1 -0
  142. package/types/deps/jsr.io/@std/path/0.225.2/windows/relative.d.ts.map +1 -0
  143. package/types/deps/jsr.io/@std/path/0.225.2/windows/resolve.d.ts.map +1 -0
  144. package/types/deps/jsr.io/@std/path/0.225.2/windows/to_file_url.d.ts.map +1 -0
  145. package/types/deps/jsr.io/@std/path/0.225.2/windows/to_namespaced_path.d.ts.map +1 -0
  146. package/esm/deps/jsr.io/@std/bytes/0.224.0/mod.js +0 -151
  147. package/types/deps/jsr.io/@std/assert/0.224.0/assert_almost_equals.d.ts.map +0 -1
  148. package/types/deps/jsr.io/@std/assert/0.224.0/assert_array_includes.d.ts.map +0 -1
  149. package/types/deps/jsr.io/@std/assert/0.224.0/assert_exists.d.ts.map +0 -1
  150. package/types/deps/jsr.io/@std/assert/0.224.0/assert_greater.d.ts.map +0 -1
  151. package/types/deps/jsr.io/@std/assert/0.224.0/assert_greater_or_equal.d.ts.map +0 -1
  152. package/types/deps/jsr.io/@std/assert/0.224.0/assert_is_error.d.ts.map +0 -1
  153. package/types/deps/jsr.io/@std/assert/0.224.0/assert_less.d.ts.map +0 -1
  154. package/types/deps/jsr.io/@std/assert/0.224.0/assert_less_or_equal.d.ts.map +0 -1
  155. package/types/deps/jsr.io/@std/assert/0.224.0/assert_match.d.ts.map +0 -1
  156. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_equals.d.ts.map +0 -1
  157. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_instance_of.d.ts.map +0 -1
  158. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_match.d.ts.map +0 -1
  159. package/types/deps/jsr.io/@std/assert/0.224.0/assert_not_strict_equals.d.ts.map +0 -1
  160. package/types/deps/jsr.io/@std/assert/0.224.0/assert_object_match.d.ts.map +0 -1
  161. package/types/deps/jsr.io/@std/assert/0.224.0/assert_rejects.d.ts.map +0 -1
  162. package/types/deps/jsr.io/@std/assert/0.224.0/assert_strict_equals.d.ts.map +0 -1
  163. package/types/deps/jsr.io/@std/assert/0.224.0/assert_string_includes.d.ts.map +0 -1
  164. package/types/deps/jsr.io/@std/assert/0.224.0/assert_throws.d.ts.map +0 -1
  165. package/types/deps/jsr.io/@std/assert/0.224.0/fail.d.ts.map +0 -1
  166. package/types/deps/jsr.io/@std/assert/0.224.0/unimplemented.d.ts.map +0 -1
  167. package/types/deps/jsr.io/@std/assert/0.224.0/unreachable.d.ts.map +0 -1
  168. package/types/deps/jsr.io/@std/bytes/0.224.0/concat.d.ts.map +0 -1
  169. package/types/deps/jsr.io/@std/bytes/0.224.0/copy.d.ts.map +0 -1
  170. package/types/deps/jsr.io/@std/bytes/0.224.0/ends_with.d.ts.map +0 -1
  171. package/types/deps/jsr.io/@std/bytes/0.224.0/equals.d.ts.map +0 -1
  172. package/types/deps/jsr.io/@std/bytes/0.224.0/includes_needle.d.ts.map +0 -1
  173. package/types/deps/jsr.io/@std/bytes/0.224.0/index_of_needle.d.ts.map +0 -1
  174. package/types/deps/jsr.io/@std/bytes/0.224.0/last_index_of_needle.d.ts.map +0 -1
  175. package/types/deps/jsr.io/@std/bytes/0.224.0/mod.d.ts +0 -150
  176. package/types/deps/jsr.io/@std/bytes/0.224.0/mod.d.ts.map +0 -1
  177. package/types/deps/jsr.io/@std/bytes/0.224.0/repeat.d.ts.map +0 -1
  178. package/types/deps/jsr.io/@std/bytes/0.224.0/starts_with.d.ts.map +0 -1
  179. package/types/deps/jsr.io/@std/path/0.224.0/_common/glob_to_reg_exp.d.ts.map +0 -1
  180. package/types/deps/jsr.io/@std/path/0.224.0/basename.d.ts.map +0 -1
  181. package/types/deps/jsr.io/@std/path/0.224.0/common.d.ts.map +0 -1
  182. package/types/deps/jsr.io/@std/path/0.224.0/constants.d.ts.map +0 -1
  183. package/types/deps/jsr.io/@std/path/0.224.0/extname.d.ts.map +0 -1
  184. package/types/deps/jsr.io/@std/path/0.224.0/format.d.ts.map +0 -1
  185. package/types/deps/jsr.io/@std/path/0.224.0/glob_to_regexp.d.ts.map +0 -1
  186. package/types/deps/jsr.io/@std/path/0.224.0/is_absolute.d.ts.map +0 -1
  187. package/types/deps/jsr.io/@std/path/0.224.0/is_glob.d.ts.map +0 -1
  188. package/types/deps/jsr.io/@std/path/0.224.0/join.d.ts.map +0 -1
  189. package/types/deps/jsr.io/@std/path/0.224.0/join_globs.d.ts.map +0 -1
  190. package/types/deps/jsr.io/@std/path/0.224.0/mod.d.ts.map +0 -1
  191. package/types/deps/jsr.io/@std/path/0.224.0/normalize.d.ts.map +0 -1
  192. package/types/deps/jsr.io/@std/path/0.224.0/normalize_glob.d.ts.map +0 -1
  193. package/types/deps/jsr.io/@std/path/0.224.0/posix/basename.d.ts.map +0 -1
  194. package/types/deps/jsr.io/@std/path/0.224.0/posix/common.d.ts.map +0 -1
  195. package/types/deps/jsr.io/@std/path/0.224.0/posix/constants.d.ts.map +0 -1
  196. package/types/deps/jsr.io/@std/path/0.224.0/posix/extname.d.ts.map +0 -1
  197. package/types/deps/jsr.io/@std/path/0.224.0/posix/format.d.ts.map +0 -1
  198. package/types/deps/jsr.io/@std/path/0.224.0/posix/glob_to_regexp.d.ts.map +0 -1
  199. package/types/deps/jsr.io/@std/path/0.224.0/posix/join.d.ts.map +0 -1
  200. package/types/deps/jsr.io/@std/path/0.224.0/posix/join_globs.d.ts.map +0 -1
  201. package/types/deps/jsr.io/@std/path/0.224.0/posix/normalize.d.ts.map +0 -1
  202. package/types/deps/jsr.io/@std/path/0.224.0/posix/relative.d.ts.map +0 -1
  203. package/types/deps/jsr.io/@std/path/0.224.0/posix/to_namespaced_path.d.ts.map +0 -1
  204. package/types/deps/jsr.io/@std/path/0.224.0/relative.d.ts.map +0 -1
  205. package/types/deps/jsr.io/@std/path/0.224.0/to_namespaced_path.d.ts.map +0 -1
  206. package/types/deps/jsr.io/@std/path/0.224.0/windows/basename.d.ts.map +0 -1
  207. package/types/deps/jsr.io/@std/path/0.224.0/windows/common.d.ts.map +0 -1
  208. package/types/deps/jsr.io/@std/path/0.224.0/windows/constants.d.ts.map +0 -1
  209. package/types/deps/jsr.io/@std/path/0.224.0/windows/extname.d.ts.map +0 -1
  210. package/types/deps/jsr.io/@std/path/0.224.0/windows/format.d.ts.map +0 -1
  211. package/types/deps/jsr.io/@std/path/0.224.0/windows/join.d.ts.map +0 -1
  212. package/types/deps/jsr.io/@std/path/0.224.0/windows/join_globs.d.ts.map +0 -1
  213. package/types/deps/jsr.io/@std/path/0.224.0/windows/normalize.d.ts.map +0 -1
  214. package/types/deps/jsr.io/@std/path/0.224.0/windows/relative.d.ts.map +0 -1
  215. package/types/deps/jsr.io/@std/path/0.224.0/windows/to_namespaced_path.d.ts.map +0 -1
@@ -1,151 +0,0 @@
1
- // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
- // This module is browser compatible.
3
- /**
4
- * Helper functions for working with
5
- * {@linkcode https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array | Uint8Array}
6
- * byte slices.
7
- *
8
- * ## Concatenate byte slices
9
- *
10
- * {@linkcode concat} concatenates an array of byte slices into a single slice.
11
- *
12
- * ```ts
13
- * import { concat } from "@std/bytes/concat";
14
- *
15
- * const a = new Uint8Array([0, 1, 2]);
16
- * const b = new Uint8Array([3, 4, 5]);
17
- * concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
18
- * ```
19
- *
20
- * ## Copy byte slices
21
- *
22
- * {@linkcode copy} copies bytes from the `src` array to the `dst` array and
23
- * returns the number of bytes copied.
24
- *
25
- * ```ts
26
- * import { copy } from "@std/bytes/copy";
27
- *
28
- * const src = new Uint8Array([9, 8, 7]);
29
- * const dst = new Uint8Array([0, 1, 2, 3, 4, 5]);
30
- *
31
- * copy(src, dst); // 3
32
- * dst; // Uint8Array(6) [9, 8, 7, 3, 4, 5]
33
- * ```
34
- *
35
- * ## Check if a byte slice ends with another byte slice
36
- *
37
- * {@linkcode endsWith} returns `true` if the suffix array appears at the end of
38
- * the source array, `false` otherwise.
39
- *
40
- * ```ts
41
- * import { endsWith } from "@std/bytes/ends-with";
42
- *
43
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
44
- * const suffix = new Uint8Array([1, 2, 3]);
45
- *
46
- * endsWith(source, suffix); // true
47
- * ```
48
- *
49
- * ## Check if two byte slices are equal
50
- *
51
- * {@linkcode equals} checks whether byte slices are equal to each other.
52
- *
53
- * ```ts
54
- * import { equals } from "@std/bytes/equals";
55
- *
56
- * const a = new Uint8Array([1, 2, 3]);
57
- * const b = new Uint8Array([1, 2, 3]);
58
- * const c = new Uint8Array([4, 5, 6]);
59
- *
60
- * equals(a, b); // true
61
- * equals(b, c); // false
62
- * ```
63
- *
64
- * ## Check if a byte slice includes another byte slice
65
- *
66
- * {@linkcode includesNeedle} determines whether the source array contains the
67
- * needle array.
68
- *
69
- * ```ts
70
- * import { includesNeedle } from "@std/bytes/includes-needle";
71
- *
72
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
73
- * const needle = new Uint8Array([1, 2]);
74
- *
75
- * includesNeedle(source, needle); // true
76
- * ```
77
- *
78
- * ## Find the index of a byte slice in another byte slice
79
- *
80
- * {@linkcode indexOfNeedle} returns the index of the first occurrence of the
81
- * needle array in the source array, or -1 if it is not present.
82
- *
83
- * ```ts
84
- * import { indexOfNeedle } from "@std/bytes/index-of-needle";
85
- *
86
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
87
- * const needle = new Uint8Array([1, 2]);
88
- * const notNeedle = new Uint8Array([5, 0]);
89
- *
90
- * indexOfNeedle(source, needle); // 1
91
- * indexOfNeedle(source, notNeedle); // -1
92
- * ```
93
- *
94
- * ## Find the last index of a byte slice in another byte slice
95
- *
96
- * {@linkcode lastIndexOfNeedle} returns the index of the last occurrence of the
97
- * needle array in the source array, or -1 if it is not present.
98
- *
99
- * ```ts
100
- * import { lastIndexOfNeedle } from "@std/bytes/last-index-of-needle";
101
- *
102
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
103
- * const needle = new Uint8Array([1, 2]);
104
- * const notNeedle = new Uint8Array([5, 0]);
105
- *
106
- * lastIndexOfNeedle(source, needle); // 5
107
- * lastIndexOfNeedle(source, notNeedle); // -1
108
- * ```
109
- *
110
- * ## Repeat a byte slice
111
- *
112
- * {@linkcode repeat} returns a new byte slice composed of `count` repetitions
113
- * of the `source` array.
114
- *
115
- * ```ts
116
- * import { repeat } from "@std/bytes/repeat";
117
- *
118
- * const source = new Uint8Array([0, 1, 2]);
119
- *
120
- * repeat(source, 3); // Uint8Array(9) [0, 1, 2, 0, 1, 2, 0, 1, 2]
121
- *
122
- * repeat(source, 0); // Uint8Array(0) []
123
- *
124
- * repeat(source, -1); // Throws `RangeError`
125
- * ```
126
- *
127
- * ## Check if a byte slice starts with another byte slice
128
- *
129
- * {@linkcode startsWith} returns `true` if the prefix array appears at the start
130
- * of the source array, `false` otherwise.
131
- *
132
- * ```ts
133
- * import { startsWith } from "@std/bytes/starts-with";
134
- *
135
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
136
- * const prefix = new Uint8Array([0, 1, 2]);
137
- *
138
- * startsWith(source, prefix); // true
139
- * ```
140
- *
141
- * @module
142
- */
143
- export * from "./concat.js";
144
- export * from "./copy.js";
145
- export * from "./ends_with.js";
146
- export * from "./equals.js";
147
- export * from "./includes_needle.js";
148
- export * from "./index_of_needle.js";
149
- export * from "./last_index_of_needle.js";
150
- export * from "./repeat.js";
151
- export * from "./starts_with.js";
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_almost_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_almost_equals.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,SAAS,SAAO,EAChB,GAAG,CAAC,EAAE,MAAM,QAgBb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_array_includes.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_array_includes.ts"],"names":[],"mappings":"AAMA,0FAA0F;AAC1F,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC;AAEpD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EACnC,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,EACvB,QAAQ,EAAE,YAAY,CAAC,CAAC,CAAC,EACzB,GAAG,CAAC,EAAE,MAAM,QAwBb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_exists.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,MAAM,EAAE,CAAC,EACT,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,WAAW,CAAC,CAAC,CAAC,CAOlC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_greater.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_greater.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMpE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_greater_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_greater_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EACpC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_is_error.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_is_error.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,KAAK,EAAE,OAAO,EAEd,UAAU,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACtC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAC5B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,KAAK,IAAI,CAAC,CAmCpB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_less.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_less.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAMjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_less_or_equal.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_less_or_equal.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EACjC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QASb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACzB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAOb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_not_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_not_equals.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,MAAM,QAoBtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_not_instance_of.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_not_instance_of.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,CAAC,EACtC,MAAM,EAAE,CAAC,EAET,cAAc,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACzC,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAKjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_not_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_not_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAQb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_not_strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_not_strict_equals.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;GAWG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,MAAM,EAAE,CAAC,EACT,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,QAYb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_object_match.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_object_match.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAE/B,MAAM,EAAE,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,EAChC,QAAQ,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,EACtC,GAAG,CAAC,EAAE,MAAM,GACX,IAAI,CA+EN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_rejects.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_rejects.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,wBAAgB,aAAa,CAC3B,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAC9B,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,OAAO,CAAC,CAAC;AACpB;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EACnD,EAAE,EAAE,MAAM,WAAW,CAAC,OAAO,CAAC,EAE9B,UAAU,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,CAAC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_strict_equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_strict_equals.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAClC,MAAM,EAAE,OAAO,EACf,QAAQ,EAAE,CAAC,EACX,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,IAAI,CAAC,CAmCrB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_string_includes.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_string_includes.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,GAAG,CAAC,EAAE,MAAM,QAOb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assert_throws.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/assert_throws.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAC1B,EAAE,EAAE,MAAM,OAAO,EACjB,GAAG,CAAC,EAAE,MAAM,GACX,OAAO,CAAC;AACX;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,KAAK,GAAG,KAAK,EAClD,EAAE,EAAE,MAAM,OAAO,EAEjB,UAAU,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,EACrC,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM,GACX,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fail.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/fail.ts"],"names":[],"mappings":"AAIA;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAGxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"unimplemented.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/unimplemented.ts"],"names":[],"mappings":"AAIA;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,CAGjD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"unreachable.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/assert/0.224.0/unreachable.ts"],"names":[],"mappings":"AAIA;;;;;;;;;GASG;AACH,wBAAgB,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAElD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/concat.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,UAAU,EAAE,GAAG,UAAU,CAaxD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/copy.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,IAAI,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,MAAM,CAQzE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ends_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/ends_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAQxE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"equals.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/equals.ts"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,UAAU,GAAG,OAAO,CAQ5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"includes_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/includes_needle.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,OAAO,CAET"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,wBAAgB,aAAa,CAC3B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,SAAI,GACR,MAAM,CAqBR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"last_index_of_needle.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/last_index_of_needle.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,UAAU,EAClB,MAAM,EAAE,UAAU,EAClB,KAAK,GAAE,MAA0B,GAChC,MAAM,CAuBR"}
@@ -1,150 +0,0 @@
1
- /**
2
- * Helper functions for working with
3
- * {@linkcode https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array | Uint8Array}
4
- * byte slices.
5
- *
6
- * ## Concatenate byte slices
7
- *
8
- * {@linkcode concat} concatenates an array of byte slices into a single slice.
9
- *
10
- * ```ts
11
- * import { concat } from "@std/bytes/concat";
12
- *
13
- * const a = new Uint8Array([0, 1, 2]);
14
- * const b = new Uint8Array([3, 4, 5]);
15
- * concat([a, b]); // Uint8Array(6) [ 0, 1, 2, 3, 4, 5 ]
16
- * ```
17
- *
18
- * ## Copy byte slices
19
- *
20
- * {@linkcode copy} copies bytes from the `src` array to the `dst` array and
21
- * returns the number of bytes copied.
22
- *
23
- * ```ts
24
- * import { copy } from "@std/bytes/copy";
25
- *
26
- * const src = new Uint8Array([9, 8, 7]);
27
- * const dst = new Uint8Array([0, 1, 2, 3, 4, 5]);
28
- *
29
- * copy(src, dst); // 3
30
- * dst; // Uint8Array(6) [9, 8, 7, 3, 4, 5]
31
- * ```
32
- *
33
- * ## Check if a byte slice ends with another byte slice
34
- *
35
- * {@linkcode endsWith} returns `true` if the suffix array appears at the end of
36
- * the source array, `false` otherwise.
37
- *
38
- * ```ts
39
- * import { endsWith } from "@std/bytes/ends-with";
40
- *
41
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
42
- * const suffix = new Uint8Array([1, 2, 3]);
43
- *
44
- * endsWith(source, suffix); // true
45
- * ```
46
- *
47
- * ## Check if two byte slices are equal
48
- *
49
- * {@linkcode equals} checks whether byte slices are equal to each other.
50
- *
51
- * ```ts
52
- * import { equals } from "@std/bytes/equals";
53
- *
54
- * const a = new Uint8Array([1, 2, 3]);
55
- * const b = new Uint8Array([1, 2, 3]);
56
- * const c = new Uint8Array([4, 5, 6]);
57
- *
58
- * equals(a, b); // true
59
- * equals(b, c); // false
60
- * ```
61
- *
62
- * ## Check if a byte slice includes another byte slice
63
- *
64
- * {@linkcode includesNeedle} determines whether the source array contains the
65
- * needle array.
66
- *
67
- * ```ts
68
- * import { includesNeedle } from "@std/bytes/includes-needle";
69
- *
70
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
71
- * const needle = new Uint8Array([1, 2]);
72
- *
73
- * includesNeedle(source, needle); // true
74
- * ```
75
- *
76
- * ## Find the index of a byte slice in another byte slice
77
- *
78
- * {@linkcode indexOfNeedle} returns the index of the first occurrence of the
79
- * needle array in the source array, or -1 if it is not present.
80
- *
81
- * ```ts
82
- * import { indexOfNeedle } from "@std/bytes/index-of-needle";
83
- *
84
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
85
- * const needle = new Uint8Array([1, 2]);
86
- * const notNeedle = new Uint8Array([5, 0]);
87
- *
88
- * indexOfNeedle(source, needle); // 1
89
- * indexOfNeedle(source, notNeedle); // -1
90
- * ```
91
- *
92
- * ## Find the last index of a byte slice in another byte slice
93
- *
94
- * {@linkcode lastIndexOfNeedle} returns the index of the last occurrence of the
95
- * needle array in the source array, or -1 if it is not present.
96
- *
97
- * ```ts
98
- * import { lastIndexOfNeedle } from "@std/bytes/last-index-of-needle";
99
- *
100
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
101
- * const needle = new Uint8Array([1, 2]);
102
- * const notNeedle = new Uint8Array([5, 0]);
103
- *
104
- * lastIndexOfNeedle(source, needle); // 5
105
- * lastIndexOfNeedle(source, notNeedle); // -1
106
- * ```
107
- *
108
- * ## Repeat a byte slice
109
- *
110
- * {@linkcode repeat} returns a new byte slice composed of `count` repetitions
111
- * of the `source` array.
112
- *
113
- * ```ts
114
- * import { repeat } from "@std/bytes/repeat";
115
- *
116
- * const source = new Uint8Array([0, 1, 2]);
117
- *
118
- * repeat(source, 3); // Uint8Array(9) [0, 1, 2, 0, 1, 2, 0, 1, 2]
119
- *
120
- * repeat(source, 0); // Uint8Array(0) []
121
- *
122
- * repeat(source, -1); // Throws `RangeError`
123
- * ```
124
- *
125
- * ## Check if a byte slice starts with another byte slice
126
- *
127
- * {@linkcode startsWith} returns `true` if the prefix array appears at the start
128
- * of the source array, `false` otherwise.
129
- *
130
- * ```ts
131
- * import { startsWith } from "@std/bytes/starts-with";
132
- *
133
- * const source = new Uint8Array([0, 1, 2, 1, 2, 1, 2, 3]);
134
- * const prefix = new Uint8Array([0, 1, 2]);
135
- *
136
- * startsWith(source, prefix); // true
137
- * ```
138
- *
139
- * @module
140
- */
141
- export * from "./concat.js";
142
- export * from "./copy.js";
143
- export * from "./ends_with.js";
144
- export * from "./equals.js";
145
- export * from "./includes_needle.js";
146
- export * from "./index_of_needle.js";
147
- export * from "./last_index_of_needle.js";
148
- export * from "./repeat.js";
149
- export * from "./starts_with.js";
150
- //# sourceMappingURL=mod.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/mod.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2IG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"repeat.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/repeat.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,MAAM,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAapE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"starts_with.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/bytes/0.224.0/starts_with.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAK1E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"glob_to_reg_exp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/_common/glob_to_reg_exp.ts"],"names":[],"mappings":"AAGA,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mDAAmD;IACnD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAC;AAoB9C,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,aAAa,CAC3B,CAAC,EAAE,aAAa,EAChB,IAAI,EAAE,MAAM,EACZ,EACE,QAAe,EACf,QAAQ,EAAE,cAAqB,EAE/B,eAAuB,GACxB,GAAE,mBAAwB,GAC1B,MAAM,CA8NR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/basename.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAI1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/common.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;GAWG;AACH,wBAAgB,MAAM,CACpB,KAAK,EAAE,MAAM,EAAE,EACf,GAAG,GAAE,MAAkB,GACtB,MAAM,CAER"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,WAA0C,CAAC;AACjE,eAAO,MAAM,SAAS,YAA2C,CAAC;AAClE,eAAO,MAAM,iBAAiB,QAA+B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/extname.ts"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/format.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,qBAAqB,GAAG,MAAM,CAEhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"glob_to_regexp.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAa,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AAOlD,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,MAAM,MAAM,mBAAmB,GAAG,WAAW,GAAG;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsD8D;AAC9D,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,mBAAwB,GAChC,MAAM,CAIR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"is_absolute.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/is_absolute.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEhD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"is_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/is_glob.ts"],"names":[],"mappings":"AAGA,8CAA8C;AAC9C,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CA8B3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/join.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAE/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAKhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,0EAA0E;AAC1E,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/mod.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAEH,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,wHAAwH;AACxH,eAAO,MAAM,KAAK,EAAE,OAAO,QAAmB,CAAC;AAE/C,sHAAsH;AACtH,eAAO,MAAM,KAAK,EAAE,OAAO,MAAe,CAAC;AAE3C,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/normalize.ts"],"names":[],"mappings":"AAMA;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/normalize_glob.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAOhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,+EAA+E;AAC/E,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/basename.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAS1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/common.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;GAWG;AACH,wBAAgB,MAAM,CACpB,KAAK,EAAE,MAAM,EAAE,EACf,GAAG,GAAE,MAAkB,GACtB,MAAM,CAER"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC,eAAO,MAAM,iBAAiB,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/extname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAiD5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/format.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D;;;GAGG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,qBAAqB,GAAG,MAAM,CAGhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"glob_to_regexp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,+BAA+B,CAAC;AAWvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsD8D;AAC9D,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,mBAAwB,GAChC,MAAM,CAER"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/join.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAc/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAKjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,0EAA0E;AAC1E,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,EAAE,QAAe,EAAE,QAAgB,EAAE,GAAE,WAAgB,GACtD,MAAM,CAeR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/normalize.ts"],"names":[],"mappings":"AAOA;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAgB9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"relative.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/relative.ts"],"names":[],"mappings":"AAOA;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CA6EzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/posix/to_namespaced_path.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAGrD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"relative.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/relative.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAEzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/0.224.0/to_namespaced_path.ts"],"names":[],"mappings":"AAOA;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAIrD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/basename.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,SAAK,GAAG,MAAM,CAiB1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/common.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;GAWG;AACH,wBAAgB,MAAM,CACpB,KAAK,EAAE,MAAM,EAAE,EACf,GAAG,GAAE,MAAkB,GACtB,MAAM,CAER"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,KAAe,CAAC;AACtC,eAAO,MAAM,SAAS,MAAgB,CAAC;AACvC,eAAO,MAAM,iBAAiB,QAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"extname.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/extname.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CA+D5C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/format.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAE9D;;;GAGG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,qBAAqB,GAAG,MAAM,CAGhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/join.ts"],"names":[],"mappings":"AAQA;;;GAGG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CA2D/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAKjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,0EAA0E;AAC1E,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,EAAE,QAAe,EAAE,QAAgB,EAAE,GAAE,WAAgB,GACtD,MAAM,CAeR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/normalize.ts"],"names":[],"mappings":"AAQA;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAgH9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"relative.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/relative.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAmGzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"to_namespaced_path.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/0.224.0/windows/to_namespaced_path.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAgCrD"}