1.0.0 • Published 5 years ago

blamer-ts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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)
1.0.0

5 years ago