UNPKG

@itrocks/storage

Version:

Transforms model objects to and from storage systems

9 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isIdentifier = isIdentifier; function isIdentifier(object) { return typeof object === 'bigint' || typeof object === 'number' || typeof object === 'string'; } //# sourceMappingURL=entity.js.map