UNPKG

@ctx-core/version__app

Version:
8 lines (7 loc) 397 B
import { Readable$ } from '@ctx-core/store'; import type { app_version_Ctx } from './app_version_Ctx'; export declare const app_version_b: (ctx: app_version_Ctx, opts?: import("@ctx-core/object")._be_opts_T | undefined) => app_version_T; export declare type $app_version_T = string; export interface app_version_T extends Readable$<$app_version_T> { } export { app_version_b as b__version__app };