UNPKG

convex

Version:

Client for the Convex Cloud

10 lines (7 loc) 146 B
export default async function defaultExport() { return 1; } export async function exported() { return 2; } export const notAFunction = 123;