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

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

A framework for Beat Saber map scripting.
Go to Latest
method Difficulty.prototype.doPostProcess
import { Difficulty } from "https://deno.land/x/remapper@3.0.0/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.