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