RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/utils/client/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { Info } from '../rocketchat.info';
export { getUserPreference } from './lib/getUserPreference';
export { fileUploadIsValidContentType } from './restrictions';
export { getUserAvatarURL } from './getUserAvatarURL';
export { slashCommands } from './slashCommand';
export { getURL } from './getURL';
export { APIClient } from './lib/RestApiClient';