// @flow export type randomID = (value: string) => string; declare export default randomID;