79177000

Date: 2024-11-11 09:09:13
Score: 2
Natty:
Report link

As an addition to @rvllzzr's answer, you might want to add the following types:

declare global {
    declare module "*?base64" {
        const value: string;
        export = value;
    };
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @rvllzzr's
  • Low reputation (1):
Posted by: MrVauxs