tessellatron
Advanced tools
Comparing version 0.1.3 to 0.1.4
import Cell from './cell'; | ||
import HypercubeGraph from './graph/hypercube'; | ||
export { Cell, HypercubeGraph }; | ||
declare const Graph: typeof HypercubeGraph; | ||
export default Graph; | ||
export default class Graph extends HypercubeGraph { | ||
} |
@@ -7,3 +7,4 @@ "use strict"; | ||
exports.HypercubeGraph = hypercube_1.default; | ||
const Graph = hypercube_1.default; | ||
class Graph extends hypercube_1.default { | ||
} | ||
exports.default = Graph; |
{ | ||
"name": "tessellatron", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Tessellatron creates graphs (represented by json structures) with tesselating spacial patterns.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
437
24612