6 lines
274 B
JavaScript
Raw Normal View History

export { default as compactParams } from './compactParams';
export { default as createMatrix } from './createMatrix';
export { default as getRequestUrl } from './getRequestUrl';
export { default as getTrad } from './getTrad';
export { default as getType } from './getType';