@visactor/vchart
Version:
charts lib based @visactor/VGrammar
45 lines (24 loc) • 657 B
JavaScript
import { debounce, throttle, clamp, TimeUtil } from "@visactor/vutils";
export { debounce, throttle, clamp };
export * from "./array";
export * from "./color";
export * from "./debug";
export * from "./env";
export * from "./id";
export * from "./math";
export * from "./model";
export * from "./object";
export * from "./scale";
export * from "./space";
export * from "./type";
export * from "./theme";
export * from "./spec";
export * from "./text";
export * from "./data";
export * from "./hierarchy";
export * from "./style";
export * from "./mark";
export const Utils = {
TimeUtil: TimeUtil
};
//# sourceMappingURL=index.js.map