2.3.0 • Published 6 years ago

odrabiamy-pl v2.3.0

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
6 years ago

console.log(books) //Print out the array

<h4>Filter out a number from a string</h4>
```javascript
const odrabiamy = require('odrabiamy-pl')
let example_string = "exercise 17"
let number_string = await odrabiamy.SanitizeString(example_string)

console.log(`Sanitized string: ${number_string}`) //Print out the filtered variable

Example below will return an array of books without using await/async

2.3.0

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago