芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/dnd-core/lib/reducers/refCount.d.ts
import { Action } from '../interfaces'; export declare type State = number; export default function refCount(state: number | undefined, action: Action
): number;