UNPKG

@js-basics/vector

Version:

A 3D Vector lib including arithmetic operator overloading (+ - * / % **).

7 lines (6 loc) 135 B
export function css(name?: undefined): CSS; export class CSS { constructor(name?: undefined); name: any; get vars(): {}; }