socrata / soda-js

A Javascript-based library for accessing the SODA2 API.
175 stars 48 forks source link

Support for es6 module #30

Open willkara opened 6 years ago

willkara commented 6 years ago

Any chance we could get support for es6 modules?

I'd love to do an easy thing like:

import {soda} from '@soda-js';

I want to use this in my client-side project but since you're still using requires, I need access to the types and can't find anything online.