Files

8 lines
188 B
TypeScript

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