Skip to content

getExposedMethods

Source Code | Documentation

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[]
ArgumentTypeDescription
serviceService

Released under the MIT License.