Skip to content

Commit 81f7a9a

Browse files
Merge pull request #2 from typescript-package/develop
v1.0.0
2 parents 3946ad1 + 5262dfc commit 81f7a9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ MIT © typescript-package ([license][typescript-package-license])
284284
- **[@typescript-package/queue](https://github.com/typescript-package/queue)**: A **lightweight TypeScript** library for managing various queue and stack structures.
285285
- **[@typescript-package/range](https://github.com/typescript-package/range)**: A **lightweight TypeScript** library for managing various types of ranges.
286286
- **[@typescript-package/regexp](https://github.com/typescript-package/regexp)**: A **lightweight TypeScript** library for **RegExp**.
287+
- **[@typescript-package/set](https://github.com/typescript-package/set)**: A lightweight **TypeScript** library for enhanced `set` management.
287288
- **[@typescript-package/state](https://github.com/typescript-package/state)**: Simple state management for different types in **TypeScript**.
288289
- **[@typescript-package/storage](https://github.com/typescript-package/storage)**: The storage of data under allowed names.
289290
- **[@typescript-package/type](https://github.com/typescript-package/type)**: Utility types to enhance and simplify **TypeScript** development.

src/public-api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
* Public API Surface of map
33
*/
44
export {
5+
// Abstract.
56
CoreMap,
7+
MapOnHook,
8+
9+
// Class.
610
DataMap,
711
FactoryMap,
8-
MapOnHook,
912
WeakDataMap,
1013
} from './lib';

0 commit comments

Comments
 (0)