How to use the strtok3.EndOfFile function in strtok3

To help you get started, we’ve selected a few strtok3 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Borewit / music-metadata / src / ogg.ts View on Github external
}).catch((err) => {
        if (err === strtok3.EndOfFile)
          return;
        else throw err;
      });

strtok3

A promise based streaming tokenizer

MIT
Latest version published 5 days ago

Package Health Score

80 / 100
Full package analysis