mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git
synced 2026-08-21 05:24:26 +00:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
'use strict';
|
|
|
|
var common = require('./common');
|
|
|
|
module.exports = function (source) {
|
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
|
|
return common.init({}, '__state__', source, opts);
|
|
}; |