Skip to content

Commit

Permalink
support raw (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Dec 16, 2024
1 parent 3f90ba4 commit b59572d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const SupportedTypes = new Set([
...BigIntTypes,
...ObjectTypes,
...BooleanTypes,
'none'
'none',
'raw'
])

function getDefaultValue (type) {
Expand Down

0 comments on commit b59572d

Please sign in to comment.