UNPKG

remeda-utils

Version:

this is just a library of some functions that you can plug right into your remeda-js pipeline

8 lines (7 loc) 184 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cheese = void 0; var cheese = function () { console.log("cheese"); }; exports.cheese = cheese;