UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

6 lines 243 B
export function createGetCurrentAppMemberController({ getCurrentAppMember }) { return async (ctx) => { ctx.body = await getCurrentAppMember({ context: ctx }); }; } //# sourceMappingURL=createGetCurrentAppMemberController.js.map