@launchmenu/core
Version:
An environment for visual keyboard controlled applets
16 lines (15 loc) • 433 B
JavaScript
Object.defineProperty(module.exports, "__esModule", { value: true });
const {getTextLines, get2dIndex, get2dSelectionRange, get1dIndex, get1dSelectionRange} = require("../../../textFields/utils/rangeConversion");
const standardExports = {
getTextLines,
get2dIndex,
get2dSelectionRange,
get1dIndex,
get1dSelectionRange
};
module.exports = {
default: {
...standardExports
},
...standardExports
}