structCopyimport { struct } from "https://raw.githubusercontent.com/baetheus/fun/main/showable.ts";function struct<A>(shows: [K in keyof A]: Showable<A[K]>): Showable<readonly [K in keyof A]: A[K]>;§struct<A>(shows: [K in keyof A]: Showable<A[K]>): Showable<readonly [K in keyof A]: A[K]>[src]§Type Parameters§A[src]§Parameters§shows: [K in keyof A]: Showable<A[K]>[src]§Return Type§Showable<readonly [K in keyof A]: A[K]>[src]