File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -726,11 +726,13 @@ export type HandleFetch = (input: {
726
726
727
727
/**
728
728
* The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked before the server responds to its first request
729
+ * @since 2.10.0
729
730
*/
730
731
export type ServerInit = ( ) => MaybePromise < void > ;
731
732
732
733
/**
733
734
* The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked once the app starts in the browser
735
+ * @since 2.10.0
734
736
*/
735
737
export type ClientInit = ( ) => MaybePromise < void > ;
736
738
Original file line number Diff line number Diff line change @@ -708,11 +708,13 @@ declare module '@sveltejs/kit' {
708
708
709
709
/**
710
710
* The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked before the server responds to its first request
711
+ * @since 2.10.0
711
712
*/
712
713
export type ServerInit = ( ) => MaybePromise < void > ;
713
714
714
715
/**
715
716
* The [`init`](https://svelte.dev/docs/kit/hooks#Shared-hooks-init) will be invoked once the app starts in the browser
717
+ * @since 2.10.0
716
718
*/
717
719
export type ClientInit = ( ) => MaybePromise < void > ;
718
720
You can’t perform that action at this time.
0 commit comments