import { _randomFormatUrl } from "./_randomFormatUrl";
import { _ILengthProps } from "./_randomStringLength";

export const _randomFormatUriReference = (props?: _ILengthProps): string =>
  _randomFormatUrl(props);
