kaguranana-birthday-project/node_modules/granim/lib/triggerError.js
2021-12-12 18:49:32 -08:00

7 lines
228 B
JavaScript

'use strict';
module.exports = function(element) {
var siteURL = 'https://sarcadass.github.io/granim.js/api.html';
throw new Error('Granim: Input error on "' + element + '" option.\nCheck the API ' + siteURL + '.');
};