UNPKG
@jsnix/pastel
Version:
latest (3.0.8)
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
Framework for effortlessly building Ink apps
github.com/tbrockman/pastel
tbrockman/pastel
@jsnix/pastel
/
build
/
read-commands.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
import
type
{
Command
}
from
'./internal-types.js'
;
declare
const
readCommands
:
(
directory
:
string
) =>
Promise
<
Map
<
string
,
Command
>>;
export
default
readCommands;