std/data_structures/deno.json
denobot 2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00

12 lines
283 B
JSON

{
"name": "@std/data-structures",
"version": "1.0.2",
"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"
}
}