@villedemontreal/workit-core
Version:
This package provides default and no-op implementations of the WorkIt types for client packages.
15 lines • 488 B
JavaScript
;
/*
* Copyright (c) 2025 Ville de Montreal. All rights reserved.
* Licensed under the MIT license.
* See LICENSE file in the project root for full license information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoopTracerPropagator = void 0;
class NoopTracerPropagator {
extractFromMessage(message) {
return undefined;
}
}
exports.NoopTracerPropagator = NoopTracerPropagator;
//# sourceMappingURL=noopTracerPropagator.js.map