UNPKG
typle
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
📦 Scan and install missing Typescript type definitions for your dependencies.
typle
/
dist
/
index.mjs
15 lines
(13 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ install, run }
from
"./chunk-FXBWAXKG.mjs"
;
// src/index.ts
function
defineConfig
(
options
) {
return
options; }
export
{ defineConfig, install, run };