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

An interface representing the general forms of data structures that contain elements.

License

Notifications You must be signed in to change notification settings

jsdsl/container

Repository files navigation

JSDSL - IContainer

An interface representing the general form of a data structure that contains elements.

Table of Contents

Installation

Install from NPM with

$ npm install --save @jsdsl/container

Basic Usage

The interface included in this package serves as a standardizing basis for a handful of other packages that implement container and container-like data structures, and is therefore not intended to be used alone.

Please refer to the documentation of the package implementing this package's abstract class for (hopefully) more useful information.

Documentation

See the wiki for full documentation.

License

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

Copyright (C) 2021 Trevor Sears