UNPKG

grunt-jquery-content

Version:

A collection of tasks for building the jQuery websites

12 lines (8 loc) 217 B
"use strict"; const syntaxHighlight = require( "./lib/highlight" ); exports.syntaxHighlight = syntaxHighlight; exports.postPreprocessors = { _default( post, _fileName, callback ) { callback( null, post ); } };