UNPKG

@datocms/rest-client-utils

Version:
8 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toId = void 0; function toId(thing) { return typeof thing === 'string' ? thing : thing.id; } exports.toId = toId; //# sourceMappingURL=toId.js.map