UNPKG

@rocketmakers/api-swr

Version:

Rocketmakers front-end library for parsing a generated Typescript API client into a set of configurable React hooks for fetching and mutating data.

20 lines (19 loc) 977 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /* * Root barrel file * -------------------------------------- * Exports everything that should be importable by the consuming app */ tslib_1.__exportStar(require("./components/provider"), exports); tslib_1.__exportStar(require("./factories/axiosOpenApiController"), exports); tslib_1.__exportStar(require("./factories/genericApiController"), exports); tslib_1.__exportStar(require("./hooks/useClearCache"), exports); tslib_1.__exportStar(require("./hooks/useCacheManager"), exports); tslib_1.__exportStar(require("./@types/global"), exports); tslib_1.__exportStar(require("./@types/axiosOpenApiController"), exports); tslib_1.__exportStar(require("./@types/genericController"), exports); tslib_1.__exportStar(require("./utils/api"), exports); tslib_1.__exportStar(require("./utils/caching"), exports); tslib_1.__exportStar(require("./utils/mocking"), exports);