mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-04 17:04:04 +00:00
[readme] Move all the badges to the top
This commit is contained in:
parent
f08819eb83
commit
e96a4be5ea
12
README.md
12
README.md
|
@ -1,11 +1,5 @@
|
|||
# Data Structure Typed
|
||||
|
||||
Data Structures of Javascript & TypeScript.
|
||||
|
||||
Do you envy C++ with [std](), Python with [collections](), and Java with [java.util]() ? Well, no need to envy anymore! JavaScript and TypeScript now have [data-structure-typed]().
|
||||
|
||||
Now you can use this library in Node.js and browser environments in CommonJS(require export.modules = ), ESModule(import export), Typescript(import export), UMD(var Queue = dataStructureTyped.Queue)
|
||||
|
||||

|
||||

|
||||

|
||||
|
@ -15,6 +9,12 @@ Now you can use this library in Node.js and browser environments in CommonJS(req
|
|||

|
||||
|
||||
|
||||
Data Structures of Javascript & TypeScript.
|
||||
|
||||
Do you envy C++ with [std](), Python with [collections](), and Java with [java.util]() ? Well, no need to envy anymore! JavaScript and TypeScript now have [data-structure-typed]().
|
||||
|
||||
Now you can use this library in Node.js and browser environments in CommonJS(require export.modules = ), ESModule(import export), Typescript(import export), UMD(var Queue = dataStructureTyped.Queue)
|
||||
|
||||
|
||||
[//]: # ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue