mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
ES6 modules
This commit is contained in:
9
src/Data/StructureComparisonResult.js
Normal file
9
src/Data/StructureComparisonResult.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
export default //const StructureComparisonResult =
|
||||
{
|
||||
Null: 0,
|
||||
Structure: 1,
|
||||
StructureSameKeys: 2,
|
||||
StructureSameTypes: 3,
|
||||
Same: 4
|
||||
};
|
||||
Reference in New Issue
Block a user