@contrast/fn-inspect
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

@contrast/fn-inspect

Test

This module exposes some useful information about functions from the v8 engine, including:

  • file and line number given a function reference

Usage

Getting details about a function:

const { funcInfo } = require('@contrast/fn-inspect');

function testFn() {}

const results = funcInfo(testFn);
// => { lineNumber: 2, column: 15, file: 'example.js', method: 'testFn', type: 'Function' }

Building locally

npm run build will build the project for your current OS and architecture.

npm run download will pull the most recent build artifacts from GitHub.

Publishing

Simply run npm version and git push && git push --tags. CI will take care of releasing.

/@contrast/fn-inspect/

    Package Sidebar

    Install

    npm i @contrast/fn-inspect

    Weekly Downloads

    568,281

    Version

    4.1.0

    License

    MIT

    Unpacked Size

    834 kB

    Total Files

    22

    Last publish

    Collaborators

    • planetlevel
    • contrastsec
    • tough-griff
    • annettenugent
    • michaelwitz
    • chrisdunne
    • contrast_admin
    • jcolekaplan
    • bmacnaughton