0.0.26 • Published 2 years ago

fln-utilities v0.0.26

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9-alpha

2 years ago

0.0.8-alpha

2 years ago

0.0.5-alpha

2 years ago

0.0.4-alpha

2 years ago

0.0.3-alpha

2 years ago

0.0.2-alpha

2 years ago

0.0.1-alpha

2 years ago