yxwzaxns/uni-utils

A unified toolkit for all languages

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

Language:JavaScript

dev-master 2020-06-29 05:59 UTC

This package is auto-updated.

Last update: 2021-02-24 05:51:06 UTC


README

NPM Version PyPi Version MIT License

A unified toolkit for all languages

Install

nodejs:

npm i uni-utils --save

python:

pip3 install uni-utils

php:

php composer require uni-utils

Usage

Nodejs:

const utils = require('uni-utils')
utils.log("ok")

Python:

import uni-utils as utils
utils.log("ok")

PHP:

use UniUtils\Core as Utils
Utils::log("ok")

Doc

  1. api

Test

npm test