elearning/Frontend-Learner/node_modules/nuxt/dist/app/compat/capi.d.ts
2026-01-13 10:48:02 +07:00

4 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;