1.1.5 • Published 3 years ago

@ftools-suit/utils v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@ftools-suit/utils

This is library of utils functions based for common projects.

Installation

Using npm

npm install @ftools-suit/utils

Using yarn

yarn add @ftools-suit/utils

How to imports?

import { getLeftAndTopScreen, getQueryParamsWithProxy } from '@ftools-suit/utils'

const { getLeftAndTopScreen, getQueryParamsWithProxy } = require('@ftools-suit/utils')

if your goal is to use only events

import { getLeftAndTopScreen } from '@ftools-suit/utils/events'

if your goal is to use only processing

import { getQueryParamsWithProxy } from '@ftools-suit/utils/processing'
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago