Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nuxt/dist/app/compat/capi.d.ts
T
2025-09-18 19:01:22 +07:00

5 lines
230 B
TypeScript

export * from 'vue';
export declare const install: () => void;
export declare function set(target: any, key: string | number | symbol, val: any): any;
export declare function del(target: any, key: string | number | symbol): void;