]> gerrit.simantics Code Review - simantics/district.git/blob - lib/index.js
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / lib / index.js
1 'use strict';
2
3 var Stringify = require('./stringify');
4 var Parse = require('./parse');
5
6 module.exports = {
7     stringify: Stringify,
8     parse: Parse
9 };