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