Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 17x 17x 17x 17x 17x 17x 17x 17x 17x 17x 17x | 'use strict';
var DirectionLightApService$Wonderjs = require("../../../application_layer/scene/DirectionLightApService.bs.js");
var getColor = DirectionLightApService$Wonderjs.getColor;
var getIntensity = DirectionLightApService$Wonderjs.getIntensity;
var getAllLights = DirectionLightApService$Wonderjs.getAllLights;
var getDirection = DirectionLightApService$Wonderjs.getDirection;
var getLightCount = DirectionLightApService$Wonderjs.getLightCount;
exports.getColor = getColor;
exports.getIntensity = getIntensity;
exports.getAllLights = getAllLights;
exports.getDirection = getDirection;
exports.getLightCount = getLightCount;
/* No side effect */
|