0.5.0 • Published 6 months ago

@qingshaner/utility v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

🛠️ Utility

This is a utility package for JavaScript, including client, server, and shared utilities.

  • @qingshaner/utility-client: Utility functions that depend on the server-side.
  • @qingshaner/utility-server: Utility functions that depend on the browser client.
  • @qingshaner/utility-shared: Utility functions shared between the browser and the server.

Install

npm i -P @qingshaner/utility

Usage

// client.ts

import * as sharedUtils from '@qingshaner/utility'
import * as clientUtils from '@qingshaner/utility/client'

// ... Your code will run in browser environment.

// server.ts

import * as sharedUtils from '@qingshaner/utility'
import * as serverUtils from '@qingshaner/utility/server'

// ... Your code will run in nodejs or other server side environment.
0.5.0

6 months ago

0.4.0

6 months ago

0.3.1

7 months ago

0.3.0

7 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

10 months ago