Sign in
chromium
/
devtools
/
devtools-frontend
/
HEAD
/
.
/
node_modules
/
css-functions-list
/
esm
/
index.js
blob: 0dcc67a5644a01da69bb36ef86cd90d046a06509 [
file
] [
log
] [
blame
]
import
{
fileURLToPath
,
URL
}
from
'url'
;
/**
* Path to CSS functions list JSON file.
*/
const
location
=
fileURLToPath
(
new
URL
(
'index.json'
,
import
.
meta
.
url
));
export
{
location as
default
};
//# sourceMappingURL=index.js.map