UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
config
/
eval-js-config
/
eval-js-config.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
import
type
{
ConfigContext
}
from
"../parse-config"
;
export
declare
const
evalJsConfigFile
:
(
config
:
string
) =>
Promise
<
(
context
:
ConfigContext
) =>
unknown
>;