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

0.0.34 • 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.

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: Tue, 01 Apr 2025 00:47:14 GMT
  • Dependencies: none

Credits

These definitions were written by Bradford Smith, Ben Lickly, and James Wright.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/closure-compiler

Weekly Downloads

20

Version

0.0.34

License

MIT

Unpacked Size

3.5 kB

Total Files

5

Last publish

Collaborators

  • types