%PDF- %PDF-
Direktori : /var/www/html/news/public/bower_components/angular-file-saver/src/utils/ |
Current File : /var/www/html/news/public/bower_components/angular-file-saver/src/utils/utils.service.js |
'use strict'; module.exports = function FileSaverUtils() { return { handleErrors: function(msg) { throw new Error(msg); }, isString: function(obj) { return typeof obj === 'string' || obj instanceof String; }, isUndefined: function(obj) { return typeof obj === 'undefined'; }, isBlobInstance: function(obj) { return obj instanceof Blob; } }; };