Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 8, 2021 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6ca737b0076880988523ce71643b93b8 to your computer and use it in GitHub Desktop.
Save parzibyte/6ca737b0076880988523ce71643b93b8 to your computer and use it in GitHub Desktop.
const conector = new ConectorPlugin();
conector.algunaOperación(argumentos);
conector.algunaOperación(argumentos);
conector.otraOperación(argumentos);
/*
...
*/
conector.imprimirEn(nombreImpresora)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment