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

Helper functions for typescript/javascript projects

License

Notifications You must be signed in to change notification settings

Nexysweb/utils

Repository files navigation

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)