UNPKG

customerio-gist-web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io

7 lines (6 loc) 131 B
import Gist from '../gist'; export function log(message) { if (Gist.config.logging) { console.log(`Gist: ${message}`); } }