@freemework/common
Version:
Common library of the Freemework Project.
23 lines (18 loc) • 786 B
text/typescript
import { FModuleVersionGuard } from "./f_module_version_guard.js";
import { packageInfo } from "./package_info.js";
FModuleVersionGuard(packageInfo);
import "./util/index.js"; // apply prototype modifications
export * from "./cancellation/index.js";
export * from "./configuration/index.js";
export * from "./channel/index.js";
export * from "./exception/index.js";
export * from "./execution_context/index.js";
export * from "./http/index.js";
export * from "./lifecycle/index.js";
export * from "./limit/index.js";
export * from "./logging/index.js";
export * from "./primitive/index.js";
export * from "./sql/index.js";
export * from "./util/index.js";
export { FEnsure, FEnsureException } from "./f_ensure.js";
export { FModuleVersionGuard } from "./f_module_version_guard.js";