a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at d30f8e8d8a4d68d80b09c6b2a6787f74bcb99b4e 3 lines 93 B view raw
1type SafeArray<T> = Omit<Array<T>, number> & { 2 readonly [index: number]: T | undefined; 3};