Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1005 Bytes

readme.md

File metadata and controls

31 lines (21 loc) · 1005 Bytes

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