const CastAs = { string(a) { return a; }, double(a) { return a; }, nullable(a) { return a; } }; export default CastAs;