1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/messaging/agnostic/index.ts
Janne Savolainen 7113e0f255
Extract messaging to NPM package
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-17 08:50:28 +02:00

3 lines
97 B
TypeScript

export * from "./src/features/actual";
export * as testUtils from "./src/features/unit-testing";