Skip to content

Commit 0fe750c

Browse files
committed
Added queue class.
1 parent bfc3c7c commit 0fe750c

File tree

16 files changed

+8319
-182
lines changed

16 files changed

+8319
-182
lines changed

.d.ts/main.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { Queue } from "./queue";

.d.ts/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

init.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

js/main.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/main.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ to the start of each source file to most effectively state the exclusion of warr
552552
and each file should have at least the “copyright” line and a pointer to
553553
where the full notice is found.
554554

555-
repo-name - Project description here.
555+
@jsdsl/queue - A queue/FIFO data structure.
556556
Copyright (C) 2019 Trevor Sears
557557

558558
This program is free software: you can redistribute it and/or modify
@@ -573,7 +573,7 @@ Also add information on how to contact you by electronic and paper mail.
573573
If the program does terminal interaction, make it output a short notice like this
574574
when it starts in an interactive mode:
575575

576-
repo-name Copyright (C) 2019 Trevor Sears
576+
@jsdsl/queue Copyright (C) 2019 Trevor Sears
577577
This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
578578
This is free software, and you are welcome to redistribute it
579579
under certain conditions; type 'show c' for details.

0 commit comments

Comments
 (0)