Files

8 lines
194 B
TypeScript

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