UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

13 lines (10 loc) 246 B
"use strict"; exports.__esModule = true; exports.default = function () { return { manipulateOptions: function manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("flow"); } }; }; module.exports = exports["default"];