UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
utils
/
get-entrypoint.d.ts
3 lines
(2 loc)
•
109 B
TypeScript
View Raw
1
2
3
import
{
Program
}
from
"../programs/base"
;
export
declare
function
getEntrypoint
(
program
:
Program
):
string
;