UNPKG

107 BJavaScriptView Raw
1const TABLE_ALIGN = {
2 LEFT: "left",
3 RIGHT: "right",
4 CENTER: "center"
5};
6module.exports = TABLE_ALIGN;
\No newline at end of file