// @flow export type LengthOf = (value: ?string) => ?number; declare export default LengthOf;