UNPKG

cumqueoptio

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

4 lines (2 loc) 81 B
const setState = <T>(_state: T, payload: T): T => payload; export { setState };