We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ee46d commit 7e85a10Copy full SHA for 7e85a10
src/types.ts
@@ -63,7 +63,9 @@ export interface ScramjetConfig {
63
};
64
}
65
66
-export interface ScramjetInitConfig extends Omit<ScramjetConfig, "codec"> {
+export interface ScramjetInitConfig
67
+ extends Omit<ScramjetConfig, "codec" | "flags"> {
68
+ flags: Partial<ScramjetFlags>;
69
codec: {
70
encode: (url: string) => string;
71
decode: (url: string) => string;
0 commit comments