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

x/remapper/src/general.ts>toArr

A framework for Beat Saber map scripting.
Latest
variable toArr
import { toArr } from "https://deno.land/x/remapper@3.1.2/src/general.ts";

Convert three Vector3 and Euler classes to a three number array.

type

(v: three.Vector3 | three.Euler) => unknown