UNPKG

@rikishi/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

9 lines (7 loc) 147 B
"use strict"; exports.__esModule = true; exports.default = identity; // inspired by rambda and ramda function identity(value) { return value; }