UNPKG

affiliate

Version:

A platform agnostic tool to quickly add affiliate links onto your website

5 lines (4 loc) 179 B
/** * log handles formatting and doesn't throw errors is console is undefined */ export default function log(isError: boolean, ...args: (string | number | object)[]): void;