1.1.5 • Published 3 years ago
@ftools-suit/utils v1.1.5
@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'