Konnektid / konnektid-js-utils

Several javascript utilities used throughout Konnektid
0 stars 0 forks source link

fix: fix exports of types form module #11

Closed rewop closed 7 years ago

rewop commented 7 years ago

This PR fixe the export of the functions from the module.

Now types functions can be imported in the following ways:

import { types } from "konnektid-js-utils";

import { isString, ... } from "konnektid-js-utils";

import isString form "konnektid-js-utils/dist/types/isString";