Files
powerpoint-toolbox/node_modules/underscore/modules/noop.js
T
2025-03-07 19:22:02 +01:00

3 lines
103 B
JavaScript

// Predicate-generating function. Often useful outside of Underscore.
export default function noop(){}