0.5.0 • Published 10 months ago

@qingshaner/utility v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 months ago

0.4.0

11 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago