Files
boc/landvex/node_modules/date-fns/esm/fp/isExists/index.js
T

5 lines
248 B
JavaScript
Raw Normal View History

// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
import fn from "../../isExists/index.js";
import convertToFP from "../_lib/convertToFP/index.js";
var isExists = convertToFP(fn, 3);
export default isExists;