modules/actions/noop.js (5 lines of code) (raw):

export function actionNoop() { return function(graph) { return graph; }; }