mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 12:16:29 +00:00
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('es5-ext/object/primitive-set')('key',
|
|
'value', 'key+value');
|