UNPKG

stringman

Version:

Stringman does string manipulation and other string operations. Do anything from lightening color codes to swapping email address in a string!

6 lines (5 loc) 71 B
export interface IHsl { h: number; s: number; l: number; }