UNPKG

recyclerlistview

Version:

The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.

6 lines (5 loc) 110 B
export default class TSCast { public static cast<T>(object: any): T { return object as T; } }