mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
11 lines
208 B
JSON
11 lines
208 B
JSON
|
{
|
||
|
"exports": {
|
||
|
".": "./mod.ts",
|
||
|
"./basename": "./basename.ts",
|
||
|
"./dirname": "./dirname.ts",
|
||
|
"./extname": "./extname.ts",
|
||
|
"./join": "./join.ts",
|
||
|
"./normalize": "./normalize.ts"
|
||
|
}
|
||
|
}
|