const.js 79 B

12345
  1. 'use strict';
  2. exports.VERSION = 1;
  3. exports.REQUEST = 0;
  4. exports.RESPONSE = 1;