nsole
Version:
A drop-in isomorphic console.* replacement that's pretty, small, fast, and flexible
22 lines • 1.31 kB
text/typescript
import { btag } from './_tmpl_.btag.ts';
import { ctag } from './_tmpl_.ctag.ts';
import { etag } from './_tmpl_.etag.ts';
import { ftag } from './_tmpl_.ftag.ts';
import { ltag } from './_tmpl_.ltag.ts'; /** ********************************************************************* @NOTE
!!!-> THIS FILE IS AUTOGENERATED <-!!!
!!!-> EDIT AT YOUR OWN PERIL <-!!!
!!!-> LOSS OF LIFE/TIME IS NOT COVERED BY LICENSE <-!!!
!!!-> RE-BUILD/GENERATE VIA: make build <-!!!
********************************************************************************
@desc template for ptag derived from node/_tmpl_.ts;
generation triggered at bundle-time via the makeIt macro in ./ptag.ts
----> ./{b,c,e,f,l,p,s}tag.ts -> src/_maker_.ts -> [node/_tmpl_.ts] -> this-file
@example
import tag, {btag, ctag, etag, ftag, ltag, ptag, stag} from 'ptag/node';
tag.info('pretty logs are better', 'like butter');
**************************************************************************** **/
import { ptag } from './_tmpl_.ptag.ts';
import { stag } from './_tmpl_.stag.ts';
export default ptag;
export { btag, ctag, etag, ftag, ltag, ptag, stag, };
//# sourceMappingURL=index.d.ts.map