mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const columnAlignment = ["left", "center", "right"];
|
|
|
|
exports.columnAlignment = columnAlignment;
|
|
//# sourceMappingURL=column-alignment.js.map
|