| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/@nuxt/image/dist/runtime/utils/ |
Upload File : |
import type { OperationGeneratorConfig } from '../../types/image';
export default function imageFetch(url: string): Promise<Response>;
export declare function getInt(x: unknown): number | undefined;
export declare function getFileExtension(url?: string): string;
export declare function cleanDoubleSlashes(path?: string): string;
export declare function createMapper(map: any): (key?: string) => any;
export declare function createOperationsGenerator({ formatter, keyMap, joinWith, valueMap }?: OperationGeneratorConfig): (modifiers?: {
[key: string]: string;
}) => string;
declare type Attrs = {
[key: string]: string | number;
};
export declare function renderAttributesToString(attributes?: Attrs): string;
export declare function renderTag(tag: string, attrs: Attrs, contents?: string): string;
export declare function generateAlt(src?: string): string;
export declare function parseSize(input?: string | number | undefined): number;
export {};