fline-utils
v1.0.1
Published
The utilities of the fl framework for the browser and nodejs
Downloads
16
Readme
@fl/utils
This package contains utilities for the fl ecosystem.
install
# npm
npm install @fl/utils
# yarn
yarn add @fl/utils
# pnpm
pnpm add @fl/utilsuse
import { is } from "@fl/utils";
is.string("hello"); // true