UNPKG

@goparrot/geocoder

Version:

TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom

5 lines 222 B
import { Transform } from 'class-transformer'; export function ToBoolean() { return Transform(({ value }) => value === 'true' || value === true || value === 1 || value === '1'); } //# sourceMappingURL=to-boolean.js.map