@types/callsite
TypeScript definitions for callsite
Last updated 5 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/callsite 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/callsite

Summary

This package contains type definitions for callsite (https://github.com/tj/callsite).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/callsite.

index.d.ts

// Type definitions for callsite 1.0.0
// Project: https://github.com/tj/callsite
// Definitions by: newclear <https://github.com/newclear>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped



declare namespace Callsite {

    interface CallSite {
        getThis(): any;
        getTypeName(): string;
        getFunctionName(): string;
        getMethodName(): string;
        getFileName(): string;
        getLineNumber(): number;
        getColumnNumber(): number;
        getFunction(): Function;
        getEvalOrigin(): string;
        isNative(): boolean;
        isToplevel(): boolean;
        isEval(): boolean;
        isConstructor(): boolean;
    }
}

declare function Callsite(): Callsite.CallSite[];

export = Callsite;

Additional Details

  • Last updated: Fri, 09 Jul 2021 02:32:22 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by newclear.

Current Tags

  • 1.0.31                                ...           latest (5 years ago)
  • 1.0.30                                ...           ts2.0 (10 years ago)
  • 1.0.30                                ...           ts2.1 (10 years ago)
  • 1.0.30                                ...           ts2.2 (10 years ago)
  • 1.0.30                                ...           ts2.3 (10 years ago)
  • 1.0.30                                ...           ts2.4 (10 years ago)
  • 1.0.30                                ...           ts2.5 (10 years ago)
  • 1.0.30                                ...           ts2.6 (10 years ago)
  • 1.0.30                                ...           ts2.7 (10 years ago)
  • 1.0.30                                ...           ts2.8 (10 years ago)
  • 1.0.30                                ...           ts2.9 (10 years ago)
  • 1.0.30                                ...           ts3.0 (10 years ago)
  • 1.0.30                                ...           ts3.1 (10 years ago)
  • 1.0.30                                ...           ts3.2 (10 years ago)
  • 1.0.30                                ...           ts3.3 (10 years ago)
  • 1.0.30                                ...           ts3.4 (10 years ago)
  • 1.0.30                                ...           ts3.5 (10 years ago)
  • 1.0.31                                ...           ts3.6 (5 years ago)
  • 1.0.31                                ...           ts3.7 (5 years ago)
  • 1.0.31                                ...           ts3.8 (5 years ago)
  • 1.0.31                                ...           ts3.9 (5 years ago)
  • 1.0.31                                ...           ts4.0 (5 years ago)
  • 1.0.31                                ...           ts4.1 (5 years ago)
  • 1.0.31                                ...           ts4.2 (5 years ago)
  • 1.0.31                                ...           ts4.3 (5 years ago)
  • 1.0.31                                ...           ts4.4 (5 years ago)
  • 1.0.31                                ...           ts4.5 (5 years ago)
  • 1.0.31                                ...           ts4.6 (5 years ago)
  • 1.0.31                                ...           ts4.7 (5 years ago)
  • 1.0.31                                ...           ts4.8 (5 years ago)
  • 1.0.31                                ...           ts4.9 (5 years ago)
  • 1.0.31                                ...           ts5.0 (5 years ago)
  • 1.0.31                                ...           ts5.1 (5 years ago)

12 Versions

  • 1.0.31                                ...           5 years ago
  • 1.0.30                                ...           10 years ago
  • 1.0.29                                ...           10 years ago
  • 1.0.28-alpha                                ...           10 years ago
  • 1.0.27-alpha                                ...           10 years ago
  • 1.0.26-alpha                                ...           10 years ago
  • 1.0.25-alpha                                ...           10 years ago
  • 1.0.24-alpha                                ...           10 years ago
  • 1.0.23-alpha                                ...           10 years ago
  • 1.0.22-alpha                                ...           10 years ago
  • 1.0.17-alpha                                ...           10 years ago
  • 1.0.16-alpha                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |