From 9054c60046fa46b5cabb85333c943842c15ab272 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 16 Dec 2024 15:11:16 +0100 Subject: [PATCH] support raw --- lib/types.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/types.js b/lib/types.js index 8c5fe6f..6265884 100644 --- a/lib/types.js +++ b/lib/types.js @@ -23,7 +23,8 @@ const SupportedTypes = new Set([ ...BigIntTypes, ...ObjectTypes, ...BooleanTypes, - 'none' + 'none', + 'raw' ]) function getDefaultValue (type) {