Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.ts>filterObjects

A framework for Beat Saber map scripting.
Go to Latest
function filterObjects
import { filterObjects } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Allows you to filter through an array of objects with a min and max property.

Parameters

objects: any[]

Minimum allowed value of the property.

min: number

Maximum allowed value of the property.

max: number

Array of objects to check.

property: string

What property to check for.