UNPKG

wwwitsourceproviders-attendanceapi

Version:

Attendance Tracker

5 lines 95 B
const AttendanceState = { PRESENT: '1', ABSENT: '0' } module.exports = AttendanceState;