mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
c6193ac887
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
17 lines
444 B
JSON
17 lines
444 B
JSON
{
|
|
"name": "@std/bytes",
|
|
"version": "1.0.4",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./concat": "./concat.ts",
|
|
"./copy": "./copy.ts",
|
|
"./ends-with": "./ends_with.ts",
|
|
"./equals": "./equals.ts",
|
|
"./includes-needle": "./includes_needle.ts",
|
|
"./index-of-needle": "./index_of_needle.ts",
|
|
"./last-index-of-needle": "./last_index_of_needle.ts",
|
|
"./repeat": "./repeat.ts",
|
|
"./starts-with": "./starts_with.ts"
|
|
}
|
|
}
|