JSPM

  • Created
  • Published
  • Downloads 87
  • Score
    100M100P100Q33006F
  • License BSD-3-Clause

A collection of useful utilities.

Package Exports

  • @1studio/utils
  • @1studio/utils/models/data

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@1studio/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

utils · travis build codecov coverage version

A collection of useful utilities.

Installation

Using npm:

$ npm i --save @1studio/utils

Manual

Example (ES6):

import { getDistanceFromLatLonIn } from '@1studio/utils/geometry';

const distance = getDistanceFromLatLonInKm(47.4925, 19.0513, 40.71448, -74.00598);
// Budapest <-> New York distance in km

Read more.

License

@1studio/utils is BSD licensed.