std/data_structures/deno.json
denobot fb950fa0f3
chore: release 2024.07.26 (#5554)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-26 19:45:22 +09:00

12 lines
283 B
JSON

{
"name": "@std/data-structures",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",
"./binary-search-tree": "./binary_search_tree.ts",
"./comparators": "./comparators.ts",
"./red-black-tree": "./red_black_tree.ts"
}
}