UNPKG

109 BTypeScriptView Raw
1export function tabling<Source extends Readonly<Record<string, unknown>>>(source: Source): Readonly<Source>;