Page MenuHomeSealhub

globals.d.ts
No OneTemporary

globals.d.ts

declare module "*.svg" {
export const getContent: () => Promise<string>;
export const getBuffer: () => Promise<Buffer>;
export const getBase64: () => Promise<string>;
export const url: string;
export const path: string;
}
declare module "*.png" {
export const getContent: () => Promise<string>;
export const getBuffer: () => Promise<Buffer>;
export const getBase64: () => Promise<string>;
export const url: string;
export const path: string;
}
declare module "*.jpg" {
export const getContent: () => Promise<string>;
export const getBuffer: () => Promise<Buffer>;
export const getBase64: () => Promise<string>;
export const url: string;
export const path: string;
}
declare module "*.jpeg" {
export const getContent: () => Promise<string>;
export const getBuffer: () => Promise<Buffer>;
export const getBase64: () => Promise<string>;
export const url: string;
export const path: string;
}
declare module "*.webp" {
export const getContent: () => Promise<string>;
export const getBuffer: () => Promise<Buffer>;
export const getBase64: () => Promise<string>;
export const url: string;
export const path: string;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 3, 03:01 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
718575
Default Alt Text
globals.d.ts (1 KB)

Event Timeline