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

1.0.3 • Public • Published

Installation

npm install --save @types/nova-editor

Summary

This package contains type definitions for nova-editor (https://novadocs.panic.com).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nova-editor.

index.d.ts

// see README for explanation

/// <reference types="nova-editor-node" />

declare function require(module: string): any;
declare const exports: typeof module.exports;
declare const module: { exports: any };
declare const __filename: string;
declare const __dirname: string;

// WebWorker" library already declare's console, as `var` not `const`

// declare const console: Console;
declare var console: Console;

Additional Details

Credits

These definitions were written by Cameron Little.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/nova-editor

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.5 kB

Total Files

5

Last publish

Collaborators

  • types