UNPKG

@rr0/case

Version:
77 lines 2.63 kB
export default messages_sv; declare namespace messages_sv { export namespace question { let _true: string; export { _true as true }; export let or: string; let _false: string; export { _false as false }; export let pick: string; export function between(from: any, to: any): string; export function circa(date: any): string; } export namespace answer { let correct: string; let incorrect: string; namespace conclusion { let hoax: string; let misinterpretation: string; let unknown: string; } function result(good: any, total: any): string; } export namespace _case { namespace classification { namespace hynek { namespace NL { let title: string; let image: string; } namespace DD { let title_1: string; export { title_1 as title }; let image_1: string; export { image_1 as image }; } namespace RV { let title_2: string; export { title_2 as title }; let image_2: string; export { image_2 as image }; } namespace CE1 { let title_3: string; export { title_3 as title }; let image_3: string; export { image_3 as image }; } namespace CE2 { let title_4: string; export { title_4 as title }; let image_4: string; export { image_4 as image }; } namespace CE3 { let title_5: string; export { title_5 as title }; let image_5: string; export { image_5 as image }; } namespace CE4 { let title_6: string; export { title_6 as title }; let image_6: string; export { image_6 as image }; } namespace CE5 { let title_7: string; export { title_7 as title }; let image_7: string; export { image_7 as image }; } } } } export { _case as case }; } //# sourceMappingURL=Messages_sv.d.mts.map