UNPKG

wonder.js

Version:
15 lines (11 loc) 192 B
'use strict'; function getPointSize(param) { return /* tuple */[ 3, 3, 2, 1 ]; } exports.getPointSize = getPointSize; /* No side effect */