mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-21 03:01:21 +08:00
10 lines
185 B
JavaScript
10 lines
185 B
JavaScript
/**
|
|
* Export `gulp-inject`
|
|
*/
|
|
module.exports = exports = require('./src/inject');
|
|
|
|
/**
|
|
* Export the default transform function(s)
|
|
*/
|
|
exports.transform = require('./src/transform');
|