0.1.0 • Published 2 years ago

@liplum/ioc v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@liplum/ioc

Installation

yarn add @liplum/ioc
# or
npm i --save @liplum/ioc

Container

import { Container } from "@liplum/ioc";
const container = new Container();
0.1.0

2 years ago