mirror of
https://github.com/strapi/strapi.git
synced 2025-08-25 09:08:52 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
'use strict';
|
|
|
|
const hasFindMethod = (handler) => handler.split('.').pop() === 'find';
|
|
|
|
module.exports = hasFindMethod;
|