0.0.23 • Published 3 years ago

@syndicateroom/utility v0.0.23

Weekly downloads
90
License
ISC
Repository
github
Last release
3 years ago

Utility

Install

log in via

npm login

After logging in run

npm install @syndicateroom/utility

or

yarn add @syndicateroom/utility

Usage

We're using bili which is built upon Rollup to build both ESM and CommonJs modules so you can use both import and require syntax

By default anything that is supported by both frontend and backend is available from the package directly:

import { ucFirst } from '@syndicateroom/utility'

However with things that are backend or frontend only you will have to use slightly different syntax to get it

import { logger } from '@syndicateroom/utility/dist/backend'

although this may change as it's quite verbose.

0.0.23

3 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago