UNPKG

@grindife/supamelon

Version:

Combination of supabase and watermelondb

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