UNPKG

typescript-util

Version:

JS/TS 的简单工具

9 lines 244 B
import { ObjectTool } from '../tool/ObjectTool'; /** * ObjectUtil * @author LL * @date 2022-01-10 下午 9:53 * @deprecated {@link ObjectTool} **/ export declare const ObjectUtil: typeof ObjectTool; //# sourceMappingURL=ObjectUtil.d.ts.map