Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 774 Bytes

Utils

List of useful/reusable functions. Deprecated since most of these functions are straightforward and obvious

npm version Test Package Publish Code style

Javascript

const Utils = require('@nexys/utils')

console.log(Utils)

Typescript

import * as Utils from '@nexys/utils';
console.log(Utils)