mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
7c0e917b93
* 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>
13 lines
336 B
JSON
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"
|
|
}
|
|
}
|