Files
SillyTavern/public/lib.js
T
2024-10-16 22:00:14 +03:00

10 lines
192 B
JavaScript

/**
* Add all the libraries that you want to expose to the client here.
* They are bundled and exposed by Webpack in the /lib.js file.
*/
import Fuse from 'fuse.js';
export {
Fuse,
};