nsole
Version:
A drop-in isomorphic console.* replacement that's pretty, small, fast, and flexible
22 lines • 1.33 kB
TypeScript
import { btagi } from './_tmpl_.btag.ts';
import { ctagi } from './_tmpl_.ctag.ts';
import { etagi } from './_tmpl_.etag.ts';
import { ftagi } from './_tmpl_.ftag.ts';
import { ltagi } 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, {btagi, ctagi, etagi, ftagi, ltagi, ptagi, stagi} from 'ptag/node/ansi';
tag.info('pretty logs are better', 'like butter');
**************************************************************************** **/
import { ptagi } from './_tmpl_.ptag.ts';
import { stagi } from './_tmpl_.stag.ts';
export default ptagi;
export { btagi, ctagi, etagi, ftagi, ltagi, ptagi, stagi, };
//# sourceMappingURL=index.d.ts.map