penambahan web socket
This commit is contained in:
9
examples/nuxt3-websocket-client/node_modules/nitropack/dist/presets/_resolve.d.ts
generated
vendored
Normal file
9
examples/nuxt3-websocket-client/node_modules/nitropack/dist/presets/_resolve.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type CompatibilityDateSpec } from "compatx";
|
||||
import type { NitroPreset, NitroPresetMeta } from "nitropack/types";
|
||||
export declare function resolvePreset(name: string, opts?: {
|
||||
static?: boolean;
|
||||
compatibilityDate?: false | CompatibilityDateSpec;
|
||||
dev?: boolean;
|
||||
}): Promise<(NitroPreset & {
|
||||
_meta?: NitroPresetMeta;
|
||||
}) | undefined>;
|
||||
Reference in New Issue
Block a user