mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-04 13:17:36 +01:00
Add typehints for libs
This commit is contained in:
parent
2620522333
commit
33f8cd4241
4
public/global.d.ts
vendored
4
public/global.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
import libs from './lib';
|
||||
|
||||
// Global namespace modules
|
||||
declare var ai;
|
||||
declare var pdfjsLib;
|
||||
@ -6,7 +8,7 @@ declare var ePub;
|
||||
declare var SillyTavern: {
|
||||
getContext(): any;
|
||||
llm: any;
|
||||
libs: any;
|
||||
libs: typeof libs;
|
||||
};
|
||||
|
||||
// Jquery plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user