Skip to content
/ stack Public
generated from T99/ts-module-template

A stack (LIFO) implementation written in TypeScript.

License

Notifications You must be signed in to change notification settings

jsdsl/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bfaa40 · Sep 10, 2021

History

8 Commits
Sep 9, 2021
Sep 10, 2021
Sep 9, 2021
Sep 9, 2021
Sep 9, 2021
Jul 30, 2019
Sep 9, 2021
Sep 9, 2021
Sep 10, 2021
Sep 9, 2021

Repository files navigation

JSDSL - Stack

A stack (LIFO) implementation written in TypeScript.

Installation

Install from NPM with

$ npm install --save @jsdsl/stack

Basic Usage

Basic usage instructions here.

License

@jsdsl/stack is made available under the GNU General Public License v3.

Copyright (C) 2021 Trevor Sears