UNPKG

@glidejs/glide

Version:

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

10 lines (9 loc) 174 B
/** * Outputs warning message to the bowser console. * * @param {String} msg * @return {Void} */ export function warn (msg) { console.error(`[Glide warn]: ${msg}`) }