drizzle-orm-pg
Advanced tools
Comparing version 0.12.0-beta.9 to 0.12.0-beta.10
@@ -7,3 +7,3 @@ "use strict"; | ||
function isPgEnum(obj) { | ||
return !!obj && typeof obj === 'object' && isPgEnumSym in obj; | ||
return !!obj && typeof obj === 'function' && isPgEnumSym in obj; | ||
} | ||
@@ -10,0 +10,0 @@ exports.isPgEnum = isPgEnum; |
{ | ||
"name": "drizzle-orm-pg", | ||
"version": "0.12.0-beta.9", | ||
"version": "0.12.0-beta.10", | ||
"description": "Drizzle ORM package for PostgreSQL database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
189937