UNPKG

109 BJavaScriptView Raw
1const TABLE_ALIGN = {
2 LEFT: "left",
3 RIGHT: "right",
4 CENTER: "center"
5};
6
7module.exports = TABLE_ALIGN;