File: typescript.ts

package info (click to toggle)
node-ts-patch 3.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,136 kB
  • sloc: javascript: 891; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ****************************************************************************************************************** *
 * Added Properties
 * ****************************************************************************************************************** */

/** @build-types */
declare namespace ts {
  /** @internal */
  const createProgram: typeof import('typescript').createProgram;

// @ts-ignore
// @ts-ignore
  export const originalCreateProgram: typeof ts.createProgram;
}