- Complete KidsAI Explorer application - Multi-language support (English/German) - AI-powered educational guidance using OpenAI - Interactive chat interface for children - Proper placeholder translation fixes - Mobile-responsive design - Educational framework for critical thinking
10 lines
397 B
TypeScript
10 lines
397 B
TypeScript
declare const formats: {
|
|
formatters: Record<import("./types").Format, (str: PropertyKey) => string>;
|
|
RFC1738: string;
|
|
RFC3986: string;
|
|
default: import("./types").Format;
|
|
};
|
|
export { stringify } from "./stringify.mjs";
|
|
export { formats };
|
|
export type { DefaultDecoder, DefaultEncoder, Format, ParseOptions, StringifyOptions } from "./types.mjs";
|
|
//# sourceMappingURL=index.d.mts.map
|