1.1.0 • Published 7 years ago

urbanjs-tools-core v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

urbanjs-tools-core

Core utilities of urbanjs-tools and its subpackages.

Install

npm install --save-dev urbanjs-tools-core

Usage

import {Container} from 'inversify';
import {container as core} from 'urbanjs-tools-core';

const container = new Container();
container.load(core);

// use any injectable of the core layer