UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 133 B
/** * Parses string and convert it into a native value. */ declare function typecast(val: any): any; export default typecast;