UNPKG

wonder.js

Version:
15 lines (10 loc) 207 B
'use strict'; function getWidth(source) { return source.width; } function getHeight(source) { return source.height; } exports.getWidth = getWidth; exports.getHeight = getHeight; /* No side effect */