How to use the linq-js.where function in linq-js

To help you get started, we’ve selected a few linq-js examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wm123450405 / linqjs / src / scripts / common.js View on Github external
preVersion(version) {
		return Enumerable.where(this.versions, ver => this.versionComparer(ver, version) < 0).max('', this.versionComparer);
	},
	nextVersion(version) {
github wm123450405 / linqjs / src / scripts / common.js View on Github external
nextVersion(version) {
		return Enumerable.where(this.versions, ver => this.versionComparer(ver, version) > 0).min('', this.versionComparer);
	},
	preVersion(version) {

linq-js

use linq and lamdba in javascript

MIT
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis