@ts-for-gir/lib
Version:
Typescript .d.ts generator from GIR for gjs
26 lines (25 loc) • 1.22 kB
TypeScript
import { LibraryVersion } from './library-version.js';
export declare const COMMENT_REG_EXP: RegExp;
export declare const PARAM_REG_EXP: RegExp;
export declare const OPT_PARAM_REG_EXP: RegExp;
export declare const NEW_LINE_REG_EXP: RegExp;
export declare const PACKAGE: {
name: string;
version: string;
description: string;
license: string;
homepage: string;
author: string;
};
export declare const APP_NAME = "ts-for-gir";
export declare const APP_USAGE = "TypeScript type definition generator for GObject introspection GIR files";
export declare const APP_SOURCE = "https://github.com/gjsify/ts-for-gir";
export declare const APP_VERSION: string;
export declare const PACKAGE_DESC: (packageName: string, libraryVersion?: LibraryVersion) => string;
export declare const PACKAGE_KEYWORDS: (packageName: string) => string;
/** The reserved variable names listed here cannot be resolved simply by quotation marks */
export declare const RESERVED_QUOTE_VARIABLE_NAMES: string[];
export declare const RESERVED_VARIABLE_NAMES: string[];
export declare const RESERVED_CLASS_NAMES: string[];
export declare const RESERVED_FUNCTION_NAMES: string[];
export declare const RESERVED_NAMESPACE_NAMES: {};