UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines (8 loc) 236 B
define(function () { // Internal wrapper to enable match-by-value mode in `linearSearch`. function byValue(value) { if (!(this instanceof byValue)) return new byValue(value); this.value = value; } return byValue; });