Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Jul 17, 2024
1 parent b1300ad commit bd80029
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions codemods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import isNumberObject from './is-number-object/index.js';
import isString from './is-string/index.js';

export const codemods = {
'is-whitespace': isWhitespace,
'is-array-buffer': isArrayBuffer,
'is-boolean-object': isBooleanObject,
'is-date-object': isDateObject,
'is-number-object': isNumberObject,
'is-string': isString
'is-whitespace': isWhitespace,
'is-array-buffer': isArrayBuffer,
'is-boolean-object': isBooleanObject,
'is-date-object': isDateObject,
'is-number-object': isNumberObject,
'is-string': isString,
};

0 comments on commit bd80029

Please sign in to comment.