diff --git a/src/lib/index.ts b/src/lib/index.ts index 28b2a90..d7204ee 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -2,5 +2,7 @@ import { SindriClient } from "./client"; export default new SindriClient(); +export const someProperty = "hello"; + export type * from "./client"; export type { LogLevel } from "./logging";