UNPKG

flow-typer-js

Version:

Declarative static and runtime type checking with Flow

9 lines (6 loc) 183 B
// function _mixed (value ) { return value; } _mixed.type = () => 'mixed'; export const mixed = (_mixed );