mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 23:08:20 -06:00
4 lines
190 B
TypeScript
4 lines
190 B
TypeScript
/// <reference path="../../lib/typescript_standalone.d.ts" />
|
|
import { Symbol } from "typescript";
|
|
export * from "typescript";
|
|
export declare function getSymbolId(symbol: Symbol): number; |