1.0.8 • Published 1 year ago

@nova-studios-ltd/typescript-dictionary v1.0.8

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Node.js Package

Typescript Dictionary

Description

NPM package for our internal Dictionary class

Requirements

  • Node.js
    • npm (normally included)
    • typescript

Installation

npm install @nova-studios-ltd/typescript-dictionary

Basic Usage

import { KeyValuePair, Dictionary } from "@nova-studios-ltd/typescript-dictionary";

// Create new instance
const dict = new Dictionary<string, string>();

// Set key/value
dict.setValue("Hello", "Bonjour");

// Get value
dict.getValue("Hello") // -> Returns 'Bonjour'

Getting the Source Code

Download a zipped version here or clone via HTTPS:

git clone https://github.com/Nova-Studios-Ltd/Typescript-Dictionary-Package.git

License

This project is currently licensed under a GPLv3 license.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago