UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

8 lines (5 loc) 208 B
var lassoModulesClientTransport = require('lasso-modules-client/transport'); function normalizeFSPath(path) { return lassoModulesClientTransport.getClientPath(path); } module.exports = normalizeFSPath;