UNPKG

inversify

Version:

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

9 lines (8 loc) 184 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.id = void 0; var idCounter = 0; function id() { return idCounter++; } exports.id = id;