UNPKG

prisma-encrypter

Version:

Lightweight encryption solution for Prisma

7 lines 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = isObject; function isObject(variable) { return Object.prototype.toString.call(variable) === '[object Object]'; } //# sourceMappingURL=utils.js.map