You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

functions.web.js 331B

123456789101112
  1. // @flow
  2. export * from './functions.any';
  3. /**
  4. * Removes all analytics related options from the given configuration, in case of a libre build.
  5. *
  6. * @param {*} config - The configuration which needs to be cleaned up.
  7. * @returns {void}
  8. */
  9. export function _cleanupConfig(config: Object) { // eslint-disable-line no-unused-vars
  10. }