mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 10:44:28 +11:00
8 lines
65 B
JavaScript
8 lines
65 B
JavaScript
//mock tools
|
|
const Op = {
|
|
eq: 'eq'
|
|
};
|
|
|
|
module.exports = {
|
|
Op
|
|
}; |