UNPKG
@anyme/anymejs
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.1.1
1.1.0
1.0.1
1.0.0
anymejs
github.com/anyme1929/anymejs
anyme1929/anymejs
@anyme/anymejs
/
dist
/
types
/
utils
/
index.d.ts
6 lines
(3 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ConfigOptions
,
UserConfig
}
from
'../types/index.d.js'
; declare
function
defineConfig
(
configOptions: ConfigOptions
):
UserConfig
;
export
{ defineConfig };