UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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