'use strict'; const PointProto = { }; export function Point(layer, index) { return Object.freeze({ layer, index, }); }