3.0.11 • Published 3 years ago

@unegma/utils v3.0.11

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

Utilities

Various Useful Utilities

Aiming to keep this repo pretty small

ToDo

Questions:

  • Should I strip out all tests etc and only publish a dist folder to npm?

Usage

npm install @unegma/utilities import * as utilities from "@unegma/utilities"; const imageData = utilities.getAttValue(gallery, 'name');

// Question Scout
client.firstName = utilities.getAttValue(fields, '5f454cdda96008830e523d1b', 'id');

// Tutor Cruncher
let day = utilities.getAttValue(job.extraAttributes, 'day');

// todo add console logging to browser // todo add wrapper for graphql

3.0.11

3 years ago

3.0.10

3 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago