4 lines
97 B

declare module 'hex2rgba' {
declare module.exports: (hex: string, alpha?: number) => string;
}