UNPKG

@servable/server

Version:
8 lines (7 loc) 153 B
import Enum from 'keynum' export default Enum([ { Initial: 0, }, { ValidationRequested: 1, }, { Validated: 2, }, { Invalidated: 3, }, ])