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