mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 06:40:33 +08:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
const { property } = require('lodash');
|
|
|
|
module.exports = {
|
|
reliable: property('RELIABLE'),
|
|
unreliable: property('UNRELIABLE'),
|
|
};
|