UNPKG

awv3

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