die heldin script add

This commit is contained in:
2026-02-24 07:04:01 +01:00
parent a1b35fecce
commit 420391f48a
1847 changed files with 597777 additions and 0 deletions

13
node_modules/@stomp/stompjs/esm6/stomp-config.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Configuration options for STOMP Client, each key corresponds to
* field by the same name in {@link Client}. This can be passed to
* the constructor of {@link Client} or to [Client#configure]{@link Client#configure}.
*
* There used to be a class with the same name in `@stomp/ng2-stompjs`, which has been replaced by
* {@link RxStompConfig} and {@link InjectableRxStompConfig}.
*
* Part of `@stomp/stompjs`.
*/
export class StompConfig {
}
//# sourceMappingURL=stomp-config.js.map