Sign in
cobalt
/
cobalt
/
06bc150b8e0bd2400de19670f6ff4a490860da44
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
handlebars
/
runtime.js
blob: 306207cd2af7dcf5c5cf66930caf03554352f7bd [
file
]
// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module
.
exports
=
require
(
'./dist/cjs/handlebars.runtime'
)[
'default'
];