@twin.org/context
Version:
Helper methods/classes for context handling
9 lines • 384 B
JavaScript
// Copyright 2024 IOTA Stiftung.
// SPDX-License-Identifier: Apache-2.0.
import { Factory } from "@twin.org/core";
/**
* Factory for creating implementation of context ID handlers.
*/
// eslint-disable-next-line @typescript-eslint/naming-convention
export const ContextIdHandlerFactory = Factory.createFactory("contextIdHandler");
//# sourceMappingURL=contextIdHandlerFactory.js.map