Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getUrlParams.d.ts 112 B
/**
 *
 * @returns {object} object representation of url params
 */
export default function getUrlParams(): {};