@armorjs/key

![CI](https://github.com/armorjs/key/workflows/CI/badge.svg?branch=master) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=armorjs_key&metric=coverage)](https://sonarcloud.io/dashboard?id=armorjs_key) [![Quality Gate Status](https://

Usage no npm install needed!

<script type="module">
  import armorjsKey from 'https://cdn.skypack.dev/@armorjs/key';
</script>

README

@toreda/map

CI Coverage Quality Gate Status

Simple TypeScript-first & typesafe API for dynamic configurations.

Contents

Install

With yarn (preferred): yarn add @toreda/map

With NPM: npm install @toreda/map

Usage

Library Usage

Typescript

import { Map } from '@toreda/map';

Node

const Map = require('@toreda/map');

Build

Build or rebuild the package:

With Yarn (preferred):

yarn install
yarn build

With NPM:

npm install
npm run-script build

Testing

@toreda/map implements unit tests using jest. Run the following commands from the directory where @toreda/map has been installed.

With yarn (preferred):

yarn install
yarn test

With NPM:

npm install
npm run-script test

License

MIT © Toreda, Inc.