mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
'use strict';
|
|
|
|
module.exports = () => {
|
|
return {
|
|
store: () => Promise.resolve(),
|
|
};
|
|
};
|