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

0.0.33 • Public • Published

Installation

npm install --save @types/closure-compiler

Summary

This package contains type definitions for closure-compiler (https://github.com/tim-smart/node-closure/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/closure-compiler.

index.d.ts

export type Callback = (err: Error, stdout: string, stderr: string) => any;
export function compile(src: string, callback: Callback): void;
export function compile(src: string, options: { [k: string]: string | string[] }, callback: Callback): void;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Martin Probst.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/closure-compiler

Weekly Downloads

22

Version

0.0.33

License

MIT

Unpacked Size

3.09 kB

Total Files

5

Last publish

Collaborators

  • types