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

8 lines
203 B
TypeScript

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