std/data_structures/deno.json
Liam Tait 7c0e917b93
feat(data-structures/unstable): @std/data-structures/bidirectional-map (#5910)
* feat(data-structures/unstable): `@std/data-structures/BidirectionalMap`

* add type params

* fmt

* sort mod exports

* add header

* add missing comments

* fmt

* close example code block

* add missing comments

* fmt

* close code block

* tweaks

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-05 00:56:40 +00:00

13 lines
336 B
JSON

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