getExposedMethods
Little helper to get methods are publicly exposed by a service.
ts
import { getExposedMethods } from 'feathers-utils/utils';Type declaration
ts
/**
* Little helper to get methods are publicly exposed by a service.
*
* @see https://utils.feathersjs.com/utils/get-exposed-methods.html
*/
export declare function getExposedMethods(service: Service): any[]| Argument | Type | Description |
|---|---|---|
| service | Service |
