0.1.2 ā€¢ Published 6 years ago

@dcos/copychars v0.1.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
6 years ago

Copy Characters Build Status


šŸ‘©ā€šŸ”¬ Please be aware that this package is still experimental ā€” changes to the interface and underlying implementation are likely, and future development or maintenance is not guaranteed.


This package provides a function to copy characters from a string.

Example

import copychars from "@dcos/copychars";

copychars("abc-123", 4, 3);  //123

TODO

  • Document how this function differs from subsrt and slice and why one would want to use instead of the native implementations
  • Add a performance test to verify that the provided solution allows the browser to properly garbage collect strings