Add typehints for libs
This commit is contained in:
parent
2620522333
commit
33f8cd4241
|
@ -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…
Reference in New Issue