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 d59ff17 commit 2f694a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codemods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import isBooleanObject from './is-boolean-object/index.js';
import isDateObject from './is-date-object/index.js';

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

0 comments on commit 2f694a5

Please sign in to comment.