Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/beatmap.ts>Difficulty#doPostProcess

A framework for Beat Saber map scripting.
Latest
method Difficulty.prototype.doPostProcess
import { Difficulty } from "https://deno.land/x/remapper@3.1.2/src/beatmap.ts";

Runs the post process functions in this difficulty.

Type Parameters

optional
T = unknown

Parameters

optional
object: T[] | undefined = [UNSUPPORTED]

The object to process. If undefined, the difficulty will be processed.