mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
67e9cfa0ff
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"name": "@std/datetime",
|
|
"version": "0.225.2",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./constants": "./constants.ts",
|
|
"./day-of-year": "./day_of_year.ts",
|
|
"./difference": "./difference.ts",
|
|
"./format": "./format.ts",
|
|
"./is-leap": "./is_leap.ts",
|
|
"./parse": "./parse.ts",
|
|
"./week-of-year": "./week_of_year.ts"
|
|
}
|
|
}
|