1.0.5 • Published 4 years ago

@resyin/mew v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Mew

npm.io npm.io

Mew is a javascript utils for @resyin.

Install

In Browser

<script src="https://cdn.jsdelivr.net/npm/@resyin/mew/dist/mew.js"></script>

mew will be registered as a global variable.

console.log(mew.hello());

In NPM

$ npm install @resyin/mew --save

// ES6
import {hello} from "@resyin/mew";
console.log(hello());

Usage

See the Mew examples.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.11

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago