This package currently does not work in the browser due to imports that require Node like fs and util.
It would be nice if this package were isomorphic. We would like to use it on the client side in Prisma Cloud to accept unstructured information from the user (a connection string) and turn that into structured before passing it off to the API.
This package currently does not work in the browser due to imports that require Node like
fsandutil.It would be nice if this package were isomorphic. We would like to use it on the client side in Prisma Cloud to accept unstructured information from the user (a connection string) and turn that into structured before passing it off to the API.