dgate 2.1.0

DGate API Gateway - High-performance API gateway with JavaScript module support
Documentation
1
2
3
4
5
6
7
8
9
'use strict';
module.exports = new Map([
  [['repeat', 'no-repeat'].toString(), 'repeat-x'],
  [['no-repeat', 'repeat'].toString(), 'repeat-y'],
  [['repeat', 'repeat'].toString(), 'repeat'],
  [['space', 'space'].toString(), 'space'],
  [['round', 'round'].toString(), 'round'],
  [['no-repeat', 'no-repeat'].toString(), 'no-repeat'],
]);