mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): feedback udpates
This commit is contained in:
5
api/src/global.d.ts
vendored
5
api/src/global.d.ts
vendored
@@ -6,6 +6,9 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
import '../types/event-emitter';
|
||||
import '../types/express-session';
|
||||
|
||||
declare global {
|
||||
type HyphenToUnderscore<S extends string> = S extends `${infer P}-${infer Q}`
|
||||
? `${P}_${HyphenToUnderscore<Q>}`
|
||||
@@ -13,4 +16,4 @@ declare global {
|
||||
}
|
||||
|
||||
// eslint-disable-next-line prettier/prettier
|
||||
export { };
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user