contentful-migration
Version:
Migration tooling for contentful
8 lines • 359 B
JavaScript
;
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