jsfast
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.12 • Public • Published


Fastjs / Powerful JavaScript Library

Stars GitHub commit activity (branch) Last Action Status Last Version

Getting Started

Description

Fastjs is a useful, lightweight JavaScript library for any types of project.

It is designed to be easy to use. Fastjs can be with any framework or just pure JavaScript.

Start Using

Bundler/CommonJS

npm install jsfast
import { dom } from "jsfast"; // esm
const { request } = require("jsfast"); // cjs

CDN (Global)

<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>

Browser (ES Module)

<script type="module">
  import { dom } from "https://unpkg.com/jsfast/dist/fastjs.esm.browser.js";
</script>

Info

Sponsors

Contributors

Package Sidebar

Install

npm i jsfast

Homepage

fastjs.dev/

Weekly Downloads

47

Version

1.0.0-beta.12

License

MIT

Unpacked Size

391 kB

Total Files

53

Last publish

Collaborators

  • dy-xiaodong