UNPKG
svelte-kit
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
This is not the package you are looking for.
svelte-kit
/
index.js
4 lines
(3 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
console
.
log
(
'This is not the package you are looking for.'
)
console
.
log
(
'You probably wanted to install @sveltejs/kit'
);
console
.
log
(
'Visit https://kit.svelte.dev/ for more info.'
);