mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
var resolve = require('../../../');
|
|
|
|
module.exports = function (t, cb) {
|
|
resolve('mymodule', null, cb);
|
|
};
|