diff options
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-events-sdk/lib/utility/events.d.ts')
-rw-r--r-- | includes/external/matrix/node_modules/matrix-events-sdk/lib/utility/events.d.ts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/external/matrix/node_modules/matrix-events-sdk/lib/utility/events.d.ts b/includes/external/matrix/node_modules/matrix-events-sdk/lib/utility/events.d.ts deleted file mode 100644 index 4b284b9..0000000 --- a/includes/external/matrix/node_modules/matrix-events-sdk/lib/utility/events.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { NamespacedValue } from "../NamespacedValue"; -/** - * Represents a potentially namespaced event type. - */ -export declare type EventType = NamespacedValue<string, string> | string; -/** - * Determines if two event types are the same, including namespaces. - * @param {EventType} given The given event type. This will be compared - * against the expected type. - * @param {EventType} expected The expected event type. - * @returns {boolean} True if the given type matches the expected type. - */ -export declare function isEventTypeSame(given: EventType, expected: EventType): boolean; |