UNPKG

prettierx

Version:

prettierX - a less opinionated fork of the Prettier code formatter

12 lines (8 loc) 182 B
"use strict"; function locStart(node) { return node.position.start.offset; } function locEnd(node) { return node.position.end.offset; } module.exports = { locStart, locEnd };