UNPKG

time-format-js

Version:

Localized time formatting library.

9 lines (8 loc) 181 B
export function warn(msg) { console.error(`[BScroll warn]: ${msg}`) } export function assert(condition, msg) { if (!condition) { throw new Error(('[BScroll] ' + msg)) } }