@types/nslog
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Installation

npm install --save @types/nslog

Summary

This package contains type definitions for nslog (https://github.com/atom/node-nslog).

Details

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

index.d.ts

/**
 * Outputs a message to the native console.
 */
type NSLog = (...args: any[]) => void;

declare var nslog: NSLog;
export = nslog;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Daniel Perez Alvarez.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/nslog

Weekly Downloads

4

Version

3.0.2

License

MIT

Unpacked Size

2.79 kB

Total Files

5

Last publish

Collaborators

  • types