Nexysweb / utils

Helper functions for typescript/javascript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Helper functions for typescript/javascript projects

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%