FelixMcFelix/laughing-ironman

View on GitHub
src/Code Generator/SketchGenDefaultReturns.js

Summary

Maintainability
A
0 mins
Test Coverage
/* global Sketch */
Sketch.sketchGenDefaultReturns = {
    void: null,
    num: 0,
    bool: false,
    point: [0,0],
    line: [0,0,0,0],
    polygon: [0,0,0,0,0,0]
};