UNPKG

@expressots/core

Version:

Expressots - modern, fast, lightweight nodejs web framework (@core)

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