UNPKG

ade-planning-api

Version:

An unofficial API wrapper for ADE Planning from Adesoft

3 lines (2 loc) 102 B
import { Color } from "../models/utils"; export declare function parseRGBColor(color: string): Color;