UNPKG

138 BJavaScriptView Raw
1'use strict';
2
3var common = require('./common');
4
5module.exports = function (adapter) {
6 return common.init({}, '__state__', adapter);
7};
\No newline at end of file