8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
|
/**
|
||
|
* Export `Metalsmith`.
|
||
|
*/
|
||
|
|
||
|
const Metalsmith = require('./lib')
|
||
|
|
||
|
module.exports = Metalsmith
|