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

x/remapper/src/mod.ts>EASE

A framework for Beat Saber map scripting.
Go to Latest
type alias EASE
Re-export
import { type EASE } from "https://deno.land/x/remapper@2.1.0/src/mod.ts";
definition:
| "easeLinear"
| "easeStep"
| EaseBase<"Quad">
| EaseBase<"Cubic">
| EaseBase<"Quart">
| EaseBase<"Quint">
| EaseBase<"Sine">
| EaseBase<"Expo">
| EaseBase<"Circ">
| EaseBase<"Elastic">
| EaseBase<"Back">
| EaseBase<"Bounce">