UNPKG

pogojs

Version:

Library to accompany the Pogo stack

10 lines (8 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var functionsMatch = function functionsMatch(f1, f2) { return String(f1) === String(f2); }; exports.default = functionsMatch;