UNPKG

domoto

Version:

Librería para crear extensiones de Domoto CLI

7 lines (5 loc) 148 B
module.exports = function Alert(message) { if (!window.Materialize) return alert(message); Materialize.toast(message, 5000, 'rounded'); };