@nydelic/toolbox
Version:
A collection of hooks, components, and other helpful tools.
8 lines • 480 B
TypeScript
export { checkIE } from "./utils/go-light";
export { scrollTo } from "./utils/go-light";
export { default as truncate } from "./utils/truncate";
export { default as useWindowSize } from "./hooks/useWindowSize";
export { default as HttpRequestError } from "./handlers/http/HttpRequestError";
export { default as httpResponse } from "./handlers/http/httpResponse";
export { default as httpErrorResponse } from "./handlers/http/httpErrorResponse";
//# sourceMappingURL=index.d.ts.map