mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 11:02:19 -05:00
9 lines
146 B
JSON
9 lines
146 B
JSON
|
{
|
||
|
"exports": {
|
||
|
".": "./mod.ts",
|
||
|
"./assert": "./assert.ts",
|
||
|
"./assert-equals": "./assert-equals.ts",
|
||
|
"./fail": "./fail.ts"
|
||
|
}
|
||
|
}
|