blamer-ts

Blamer-Ts ======

Usage no npm install needed!

<script type="module">
  import blamerTs from 'https://cdn.skypack.dev/blamer-ts';
</script>

README

Blamer-Ts

Blamer-ts is a tool for get author information of a line of code.

Status

NPM version

NPM

Setup

npm install blamer-ts

Usage


import {getBlamed} from 'blamer-ts'

let info = getBlamed("index.ts", 5);
console.log(info.author)