UNPKG

@valeera/mathx

Version:

A math library written in TS.

8 lines (5 loc) 183 B
import { IColorRYBJson } from "./IColorRYB"; export interface IColorRYBAJson extends IColorRYBJson { a: number; } export interface IColorRYBA extends Uint8Array, IColorRYBAJson {}