django-vue3-admin-web/node_modules/@fast-crud/fast-crud/dist/d/utils/util.dash.d.ts
2025-10-20 21:21:14 +08:00

11 lines
224 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Ref } from "vue";
declare const _default: {
/**
* 重构object但忽略某些字段
* @param ref
* @param skips
*/
omit(ref: Ref, ...skips: string[]): any;
};
export default _default;