UNPKG

awv3

Version:
6 lines (4 loc) 137 B
import * as Type from './type'; export default function Constraint(type) { return Object.values(Type).find(c => c.type === type); }