mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
fb0f40c302
BREAKING(data-structures): move `bidirectional-map` module to `unstable-bidirectional-map`
13 lines
354 B
JSON
13 lines
354 B
JSON
{
|
|
"name": "@std/data-structures",
|
|
"version": "1.0.2",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./unstable-bidirectional-map": "./unstable_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"
|
|
}
|
|
}
|