UNPKG

pigmentjs

Version:

A zero-dependency colour organisation, creation and manipulation library built for web developers.

4 lines (3 loc) 107 B
import { ValidatedHex } from "./types"; declare const randomHex: () => ValidatedHex; export { randomHex };