1.0.2 • Published 5 years ago

jsmp-infrastructure-oleksandr-yehorov-homework v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

jsmp-infrastructure-oleksandr-yehorov-homework

fillWithFibonacciNumbers

Fills array with fibonacci numbers

Usage example:

import { fillWithFibonacciNumbers } from 'jsmp-infrastructure-oleksandr-yehorov-homework';

const array = [1, 5, 2, 1];

const fibonacci = fillWithFibonacciNumbers(array);

toCamelCase

Transform string to camel case

Usage example:

import { toCamelCase } from 'jsmp-infrastructure-oleksandr-yehorov-homework';

const string = 'hello world';

const camelCase = toCamelCase(string);
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago