Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utils Migration and Dependency Upgrades #340

Merged
merged 13 commits into from
Jan 26, 2022
Merged

Utils Migration and Dependency Upgrades #340

merged 13 commits into from
Jan 26, 2022

Conversation

frytg
Copy link
Member

@frytg frytg commented Jan 25, 2022

No description provided.

@frytg frytg added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jan 25, 2022
@frytg frytg self-assigned this Jan 25, 2022
@@ -0,0 +1,2 @@
// check if a variable is really an array
module.exports = (value) => !!(value instanceof Array)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already have some improvements of this will add PR later

const isArray = require('./isArray')

// check if a variable is really an object
module.exports = (value) => value instanceof Object && !isArray(value)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for this

@frytg frytg marked this pull request as ready for review January 26, 2022 12:35
@frytg frytg merged commit 46d05bd into main Jan 26, 2022
@frytg frytg deleted the dev/dep-fetch-update branch January 26, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants