fln-utilities
TypeScript icon, indicating that this package has built-in type declarations

0.0.26 • Public • Published

Welcome

fln utilities is a JS/TS library for simple life in your code :)

Installation

Use the package manager npm to install fln.

npm install fln-utilities

Example usage

Typescript

import {defineType} from "fln-utilities";

defineType('word');
// returns 'string'

defineType([0,3,5]);
// returns 'array'

defineType({'foo' : 'bar'});
// returns 'object'

class fln {};
defineType(new fln());
// returns 'class'

Other examples are in the index files in the repository.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i fln-utilities

Weekly Downloads

0

Version

0.0.26

License

ISC

Unpacked Size

34.4 kB

Total Files

52

Last publish

Collaborators

  • ffckff