Skip to content

AmerAnsari/is-point-in-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is point in square

Check if a given point in the square areas.

Tests

Run the command below to run the test:

npm run tests

Development

Run the below command to build your file when you edited the file:

npm run build

Run the below command when you want to execute your file:

npm run start