UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

6 lines (4 loc) 111 B
var resolve = require('../../../'); module.exports = function (t, cb) { resolve('mymodule', null, cb); };