mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 10:37:52 -05:00
c6f1107e9c
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"
|
|
}
|
|
}
|