UNPKG

@expressots/core

Version:

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

9 lines (8 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BindingCount = void 0; exports.BindingCount = { MultipleBindingsAvailable: 2, NoBindingsAvailable: 0, OnlyOneBindingAvailable: 1, };