UNPKG
@start/plugin-read
Version:
latest (2.0.0)
2.0.0
1.0.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.1.0-4
0.1.0-3
0.1.0-2
0.1.0-1
0.1.0-0
📖 Read files content
github.com/deepsweet/start
deepsweet/start
@start/plugin-read
/
types
/
index.d.ts
6 lines
(5 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
StartDataFile
,
StartFilesProps
}
from
'@start/plugin'
;
declare
const
_default
:
import
(
"@start/plugin"
).
StartPlugin
<
StartFilesProps
, {
files
:
StartDataFile
[]; }>;
export
default
_default;