UNPKG

eligible-api

Version:

Implementation of Eligible (https://eligible.com/) REST API

9 lines (8 loc) 124 B
/** * Created by matan on 11/4/15. */ var NetworkContext = { IN: "IN", OUT: "OUT" }; module.exports = NetworkContext;