UNPKG

biketag-admin

Version:

<h1 align=center>BikeTag-Admin</h1> <div align="center"> <img alt="biketag-admin logo" src="https://raw.githubusercontent.com/keneucker/biketag-website/production/public/img/Tag-Logo-Stacked-V2-medium.png" height="auto" width="200" style="border-radius:25

11 lines (10 loc) 269 B
declare const currentTagHandler: (event: any) => Promise<{ statusCode: number; isBase64Encoded: boolean; body: string; } | { statusCode: number; body: string | undefined; isBase64Encoded?: undefined; }>; export { currentTagHandler as handler };