1.1.0 • Published 3 years ago

@arelstone/simgrid-utils v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@arelstone/simgrid-utils

A set of utilities for the simgrid.

npm npm (scoped) GitHub issues GitHub pull requests

Examples

JSON format

import { Simgrid } from '@arelstone/simgrid-utils'

Simgrid.entryList.ACC.csv(1)
  .then(data => console.log(data))

CSV format

import { Simgrid } from '@arelstone/simgrid-utils'

Simgrid.entryList.ACC.csv(1)
  .then(data => console.log(data))

Installation

Yarn:

yarn add @arelstone/simgrid-utils

npm:

npm install @arelstone/simgrid-utils