Skip to content

Commit

Permalink
chore: add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Jun 27, 2024
1 parent 47fdff1 commit 1352ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/valueTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ const NUMERIC_VALUE_TYPES = [
const BOOLEAN_VALUE_TYPES = [VALUE_TYPE_BOOLEAN, VALUE_TYPE_TRUE_ONLY]

export const isNumericValueType = (type) => NUMERIC_VALUE_TYPES.includes(type)
export const isBooleanValueType = (type) => BOOLEAN_VALUE_TYPES.includes(type)
export const isBooleanValueType = (type) => BOOLEAN_VALUE_TYPES.includes(type)

0 comments on commit 1352ab9

Please sign in to comment.