UNPKG

flow-typer-js

Version:

Declarative static and runtime type checking with Flow

9 lines (7 loc) 183 B
// @flow import type { TypeValidator } from '..' function _mixed (value: mixed) { return value; } _mixed.type = () => 'mixed'; export const mixed = (_mixed: TypeValidator<mixed>);