react-editable-json-tree
Version:
React Editable Json Tree
40 lines (33 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/*
* Author: Alexandre Havrileck (Oxyno-zeta)
* Date: 27/02/18
* Licence: See Readme
*/
/* ************************************* */
/* ******** IMPORTS ******** */
/* ************************************* */
/* ************************************* */
/* ******** VARIABLES ******** */
/* ************************************* */
var VALUE = 'value';
var KEY = 'key';
/* ************************************* */
/* ******** CLASSES ******** */
/* ************************************* */
/* ************************************* */
/* ******** PRIVATE FUNCTIONS ******** */
/* ************************************* */
/* ************************************* */
/* ******** PUBLIC FUNCTIONS ******** */
/* ************************************* */
/* ************************************* */
/* ******** EXPORTS ******** */
/* ************************************* */
exports.default = {
KEY: KEY,
VALUE: VALUE
};