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@2.1.0/src/mod.ts";

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

Parameters

objects: any[]
min: number
max: number

Array of objects to check.

property: string

What property to check for.