UNPKG

bisheng

Version:

Transform Markdown(and other static files with transformers) into a SPA website using React.

9 lines (7 loc) 152 B
'use strict'; module.exports = function(collector) { return function(Component) { Component.collector = collector; return Component; }; };