Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqs committed Aug 13, 2017
1 parent c6552c6 commit be59838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const assert = function assert (condition, msg = '') {

export const isArray = function isArray (param) {
return Object.prototype.toString.call(param) === '[object Array]';
}
};

0 comments on commit be59838

Please sign in to comment.