added initial structure
This commit is contained in:
		
							
								
								
									
										14
									
								
								ts/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								ts/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
/// <reference path="typings/tsd.d.ts" />
 | 
			
		||||
var path, through;
 | 
			
		||||
 | 
			
		||||
through = require("through2");
 | 
			
		||||
path = require("path");
 | 
			
		||||
 | 
			
		||||
module.exports = (jadeTemplate,mojo = undefined) => {
 | 
			
		||||
 | 
			
		||||
    return through.obj((file, enc, cb) => {
 | 
			
		||||
        
 | 
			
		||||
        //run callback function to signal end of plugin process.
 | 
			
		||||
        return cb(null, file);
 | 
			
		||||
    });
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user