Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jan 20, 2022
1 parent fca4650 commit 5de1330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions packages/kit/types/helper.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
interface ReadOnlyFormData {
get(key: string): string | null;
getAll(key: string): string[];
has(key: string): boolean;
entries(): Generator<[string, string], void>;
keys(): Generator<string, void>;
values(): Generator<string, void>;
[Symbol.iterator](): Generator<[string, string], void>;
}

type ToJSON = { toJSON(...args: any[]): JSONValue };
type JSONValue = Exclude<JSONString, ToJSON>;
export type JSONString =
Expand Down
2 changes: 0 additions & 2 deletions packages/kit/types/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { Either } from './helper';
import { ExternalFetch, GetSession, HandleError, InternalHandle, RequestEvent } from './hooks';
import { Load } from './page';

type PageId = string;

export interface PrerenderOptions {
fallback?: string;
all: boolean;
Expand Down

0 comments on commit 5de1330

Please sign in to comment.