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