CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/database/postgres/stripe/index.ts
Views: 687
1
export * from "./customer-id";
2
import syncCustomer from "./sync-customer";
3
export { syncCustomer };
4
5