File size: 85 Bytes
bc20498 |
1 2 3 4 |
import { Adapter } from '@sveltejs/kit';
export default function plugin(): Adapter;
|
bc20498 |
1 2 3 4 |
import { Adapter } from '@sveltejs/kit';
export default function plugin(): Adapter;
|