ts-tags

0.0.1 • Public • Published

ts-tags

ts-tags is a library to provide useful tag functions for ES6 template string

Install

npm install -S ts-tags

Usage

const tags = require('ts-tags');

// This is long error logs
console.log(
  tags.strs.ltrim
  `
  This 
  is 
  long 
  error 
  logs
  `
);

Readme

Keywords

none

Package Sidebar

Install

npm i ts-tags

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • motomux