mirror of
https://github.com/denoland/deno.git
synced 2025-03-12 07:07:43 -04:00

There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation.
8 lines
146 B
JSON
8 lines
146 B
JSON
{
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./assert": "./assert.ts",
|
|
"./assert-equals": "./assert-equals.ts",
|
|
"./fail": "./fail.ts"
|
|
}
|
|
}
|