/arrayFlatten

A sample implementation of Flatten Array in Typescript

Primary LanguageTypeScript

Array Flatten

Implementation of Array Flatten in Typescript

Features

🚀 Quick start

  1. Start by cloning this repository

    git clone git@github.com:caki0915/arrayFlatten.git
  2. Navigate into the folder and install NPM packages

    cd arrayFlatten
    npm install
  3. Run

    npm start

Test suite

To run the test-suite with jest

npm test

Happy flattening! ❤