Skip to content

Commit 209cae8

Browse files
committed
fix: improve type safety and package metadata
- Fix type safety issues in data structure implementations - Update package.json keywords for better discoverability - Align with TypeScript strict mode requirements
1 parent b4b70ff commit 209cae8

File tree

10 files changed

+1187
-1568
lines changed

10 files changed

+1187
-1568
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# README: data-structure-typed Library
1+
# data-structure-typed
2+
3+
English | [简体中文](./README_CN.md)
24

35
A comprehensive TypeScript data structures library with production-ready implementations.
46

7+
![npm](https://img.shields.io/npm/dm/data-structure-typed)
8+
![GitHub contributors](https://img.shields.io/github/contributors/zrwusa/data-structure-typed)
9+
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/data-structure-typed)
10+
![GitHub top language](https://img.shields.io/github/languages/top/zrwusa/data-structure-typed)
11+
![GITHUB Star](https://img.shields.io/github/stars/zrwusa/data-structure-typed)
12+
![eslint](https://aleen42.github.io/badges/src/eslint.svg)
13+
![NPM](https://img.shields.io/npm/l/data-structure-typed)
14+
![npm](https://img.shields.io/npm/v/data-structure-typed)
15+
516
**📚 [Installation](#-installation)[Quick Start](#-quick-start-30-seconds)[Full Docs](#-documentation)[API Reference](./docs/REFERENCE.md)[Playground](#playground)[Examples](./docs/GUIDES.md)**
617

718
---
@@ -541,8 +552,8 @@ MIT
541552
## 📚 Full Documentation Structure
542553

543554
```
555+
README.md (this file)
544556
docs/
545-
├── README.md (this file)
546557
├── CONCEPTS.md (theory & fundamentals)
547558
├── REFERENCE.md (API documentation)
548559
├── ARCHITECTURE.md (design principles)

0 commit comments

Comments
 (0)