0.1.13 • Published 2 years ago

@ataola/utils v0.1.13

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

utils

ataola's utils: maybe publish a feature one week, to record something i think or meet.

Introduction

site|docs

Modules

npm.io

Installation

npm i @ataola/utils --save

Usage

es module

import * as utils from '@ataola/utils';

utils.getVersion();
import { getVersion } from '@ataola/utils';
console.log(getVersion());

commonjs

command:

npm init -y
npm i esm @ataola/utils --save

for example:

const utils = require('@ataola/utils');
console.log(utils);
const { getVersion } = require('@ataola/utils');
console.log(getVersion());

package.json

...
 "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "esm": "node -r esm index.js"
  },
...
0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago