this repo has no description
at main 5 lines 104 B view raw
1export function makeProperties(): PackageProperties { 2 return { 3 clientFeatures: {}, 4 }; 5}