Sharing Node.js modules via Bit

Hi,
We use a tool called Bit for front-end (React) component sharing among different apps and have found it quite useful.

It supports Node.js modules as well, so we’re wondering if it could be used with Custom Functions to share private code that will be common among our different CFs and across workspaces (eventually).

It’s essentially like a private NPM repo.

I’m gonna give it a go, but would certainly appreciate feedback from anyone who’s already been down this road before.

Thanks!