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

Support getLines #13

Open
nspragg opened this issue Feb 1, 2019 · 0 comments
Open

Support getLines #13

nspragg opened this issue Feb 1, 2019 · 0 comments

Comments

@nspragg
Copy link
Owner

nspragg commented Feb 1, 2019

Support get lines via getLines(...n):

Example:

const lines = new File('someFile').getLines(1, 5, 10);
console.log(lines) // lines 1, 5, 10
@nspragg nspragg added this to To do in Edit operations via automation Feb 1, 2019
@nspragg nspragg moved this from To do to In progress in Edit operations Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Edit operations
  
In progress
Development

No branches or pull requests

1 participant