Skip to content

Commit

Permalink
remove unused helper
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioricali committed Aug 2, 2017
1 parent a9c8aac commit b5892c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/helpers.js
Expand Up @@ -36,14 +36,6 @@ Helpers.getLocaleISODate = (part = 'all') => {
return dateformat(now, 'yyyy-mm-dd HH:MM:ss');
};

/**
* Check if server environment
* @returns {boolean}
*/
Helpers.isServer = () => {
return typeof process !== 'undefined';
};

/**
* Check if browser environment
* @returns {boolean}
Expand Down

0 comments on commit b5892c1

Please sign in to comment.