UNPKG

frankenstop

Version:

Prevent Frankensteinian JS objects from making their way into your no-SQL database, or passing through your code.

7 lines (5 loc) 139 B
//this will throw errors exports.default = function (Model) { const schema = Model.getSchema(); return typeof schema === 'object'; };