Files
SillyTavern_replica/frontend/node_modules/refractor/lang/http.d.ts

8 lines
185 B
TypeScript

/** @type {import('../core.js').Syntax} */
declare function http(Prism: any): void;
declare namespace http {
let displayName: string;
let aliases: any[];
}
export default http;