2019-08-31 20:51:14 -07:00

8 lines
227 B
TypeScript

import { IFunctionRouteHandler } from '@datahub/utils/types/vendor/ember-cli-mirage-deprecated';
const getDatasetOwnerSuggestion = function(this: IFunctionRouteHandler) {
return {};
};
export { getDatasetOwnerSuggestion };