elearning/Frontend-Learner/node_modules/nuxt/dist/app/compat/capi.d.ts

5 lines
230 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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;