mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
'use strict';
|
|
|
|
module.exports.POSITION_AT_SHORTHAND = {
|
|
first: 0,
|
|
second: 1,
|
|
};
|