Sign in
chromium
/
devtools
/
devtools-frontend
/
d5a3755f19aa248cffbcf61f1628362aaa6c0377
/
.
/
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'
];