1.38.0 • Published 3 years ago

@tomfrenken/util v1.38.0

Weekly downloads
42
License
Apache-2.0
Repository
github
Last release
3 years ago

@tomfrenken/util

Package that contains general utility functions that we reuse multiple times in the SDK. While primarily designed for internal usage, they might also be beneficial for consumers of the SDK.

Installation

$ npm install @tomfrenken/util

Usage

The util package collects useful tools that help build your SAP Cloud Platform application. For example, the following code snippet changes the log level of the destination accessor of the SDK.

import { setLogLevel } from '@tomfrenken/util';
setLogLevel('debug', 'destination-accessor');

Documentation

Getting started guide API documentation

Helpful Links