Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
css-tree
/
cjs
/
syntax
/
config
/
walker.cjs
blob: 95c8f7df0daf1a88894813d6e52e51e9d4244ad9 [
file
] [
log
] [
blame
]
'use strict'
;
const
index
=
require
(
'../node/index.cjs'
);
const
config
=
{
node
:
index
};
module
.
exports
=
config
;