2021-10-03 08:41:57 -07:00
..
2021-09-29 17:24:07 -03:00
2021-09-29 17:24:07 -03:00
2021-10-03 08:41:57 -07:00
2021-10-03 08:41:57 -07:00
2021-10-02 19:52:56 -07:00
2021-10-02 20:29:24 -07:00
2021-10-02 19:52:56 -07:00

core-js

Core-JS defines custom functions for the Wisemapping ecosystem.

Production

To build up the package core-js and use in production, you have to use command yarn build

Usage

To start using core-js it has to be required as a module and then intanciarce as a function

const coreJs = require('core-js');
coreJs();