Skip to content

Commit

Permalink
CHORE: expose internal dep via Neurosity
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastillo committed Jul 3, 2023
1 parent e8ca8d7 commit 25347ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Neurosity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1539,3 +1539,9 @@ export class Notion extends Neurosity {
);
}
}

/**
* @hidden
* Internal use only. Will be removed in next versions.
*/
export { __firebase } from "./api/firebase";

0 comments on commit 25347ad

Please sign in to comment.