| Server IP : 159.203.156.69 / Your IP : 216.73.217.172 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/@cloudflare/unenv-preset/dist/ |
Upload File : |
import * as unenv from 'unenv';
import { Preset } from 'unenv';
/**
* Creates the Cloudflare preset for the given compatibility date and compatibility flags
*
* @param compatibilityDate workerd compatibility date
* @param compatibilityFlags workerd compatibility flags
* @returns The cloudflare preset
*/
declare function getCloudflarePreset({ compatibilityDate, compatibilityFlags, }: Partial<Compatibility>): Preset;
type Compatibility = {
/** The compatibility date to be used when computing overrides. */
compatibilityDate: string;
/** The compatibility flags to be used when computing overrides. */
compatibilityFlags: string[];
};
/**
* List of the Node.js built-in modules without the `node:` prefix.
*
* Generated using `module.builtinModules` in Node.js 24.11.1
*
* Note: All new modules are expected to use the `node:` prefix.
* See https://github.com/nodejs/node/blob/main/doc/contributing/collaborator-guide.md#introducing-new-modules
*/
declare const nonPrefixedNodeModules: string[];
/**
* @deprecated Use getCloudflarePreset instead.
*/
declare const cloudflare: unenv.Preset;
export { cloudflare, getCloudflarePreset, nonPrefixedNodeModules };