-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add ability to customize what are extractable files #11
Add ability to customize what are extractable files #11
Conversation
# Conflicts: # readme.md # src/test.mjs
That's a useful PR. It would decouple the module from the ReactNative. Nice. |
My intended use-case was in Node.js environments. @jaydenseric Sorry for bothering you, but this change is floating around for a while now. 😅Is there anything blocking this PR from getting merged? |
@n1ru4l sorry for the delay, I have just returned from a holiday and am recovering from a cold but I hope to dig into it this week :) |
Any news? |
@jaydenseric sorry to bother you. When this PR will be merged? Do you need any help? |
# Conflicts: # src/extractFiles.mjs # src/index.mjs # src/test.mjs
@n1ru4l thanks for kicking this off 🙌 |
Implements #10
isFileValue
function.isFileValue
functionisFileValue
toextractFiles
function (default value is the exportedisfileValue
function)isFileValue
option is working correctly@jaydenseric Could you please provide some feedback? Especially regarding the jsdoc stuff. Is adding a new typedef for
IsFileValueFunction
correct?