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

Undefined when converting array with strings #6

Open
ivan133 opened this issue Jul 7, 2017 · 0 comments
Open

Undefined when converting array with strings #6

ivan133 opened this issue Jul 7, 2017 · 0 comments

Comments

@ivan133
Copy link

ivan133 commented Jul 7, 2017

Here is the code

var remapped = require('remapped');
var source = {
  arr: ["0", "1", "2"],
};
var mapping = {
  myarr: 'arr',
};
remapped(source, mapping);

The result is

Object
myarr: Array[3]
0: undefined
1: undefined
2: undefined

It work is array consists of integers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant