UNPKG

tcomb-additional-types

Version:
5 lines (4 loc) 130 B
import t = require('tcomb'); declare const Hexadecimal: t.Refinement<string>; export { Hexadecimal }; export default Hexadecimal;