mirror of
https://github.com/xibyte/jsketcher
synced 2026-04-01 19:14:20 +02:00
3 lines
No EOL
86 B
TypeScript
3 lines
No EOL
86 B
TypeScript
import Vector from "math/vector";
|
|
|
|
export type VectorTransformer = (Vector) => Vector; |