1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/application/index.ts
Janne Savolainen bfb9295175
Introduce application information token in application Feature
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-02-22 12:41:22 +02:00

4 lines
167 B
TypeScript

export { applicationInformationToken } from "./src/application-information-token";
export type { ApplicationInformation } from "./src/application-information-token";