UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

5 lines 150 B
import isInt from './isInt'; export default function isPort(str) { return isInt(str, { min: 0, max: 65535 }); } //# sourceMappingURL=isPort.js.map