rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
226 stars 48 forks source link

use private class methods instead of `@private` #41

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

private class methods have been supported for quite some time now in all modern versions. using real private # helps minifiers/bundlers to create even smaller files