UNPKG

147 BJavaScriptView Raw
1'use strict';
2
3// this module
4
5const CONFIG_FILE = '.blinkmrc.json';
6
7const MAX_REQUESTS = 5;
8
9module.exports = {
10 CONFIG_FILE,
11 MAX_REQUESTS
12};