nhebo-utils
v1.0.23
Published
Nhebo common utilities library
Downloads
195
Readme
nhebo-utils
This package provides common utilities for Nhebo projects
Installation
Install the package in any Nhebo project directly with:
npm install nhebo-utils
Usage
const { getCurrentUTCTime } = require('nhebo-utils').TimeUtilities;
const UtcTime = getCurrentUTCTime();
console.info(UtcTime);
// Console output: 2019-07-14T23:50:22.254Z
Tests
npm test
Contact
License
Copyright (c) Nhebo Inc. - All Rights Reserved.
Confidential, Proprietary and Trade Secrets Notice
Use of this software is governed by a license agreement. This software contains confidential, proprietary and trade secret information of Nhebo Inc. and/or one of its subsidiaries and is protected under United States and international copyright and other intellectual property laws. Use, disclosure, reproduction, modification, distribution, or storage in a retrieval system in any form or by any means is prohibited without the prior express written permission of Nhebo Inc.