UNPKG

contentful-migration

Version:
8 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deprecatedMethod = void 0; function deprecatedMethod(method, alternative) { console.warn(`(deprecated) Method ${method} is deprecated and will be removed, use ${alternative} instead`); } exports.deprecatedMethod = deprecatedMethod; //# sourceMappingURL=deprecated.js.map