UNPKG

react-editable-json-tree

Version:
40 lines (33 loc) 1.06 kB
'use strict'; 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 };