@ekliptor/mobileutils
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

reactutils

Basic helper functions for react-based browser apps.

Installation

npm install @ekliptor/reactutils

Usage

At the top of your source code file write:

with TypeScript:

import * as utils from "@ekliptor/reactutils";
const logger = utils.logger;

with JavaScript:

const utils = require("@ekliptor/reactutils");
const logger = utils.logger;

Package Sidebar

Install

npm i @ekliptor/mobileutils

Weekly Downloads

1

Version

0.1.0

License

GPL

Unpacked Size

3.06 kB

Total Files

8

Last publish

Collaborators

  • ekliptor