PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@expo/config-plugins/build/android

Просмотр файла: Properties.d.ts

export declare type PropertiesItem = {
    type: 'comment';
    value: string;
} | {
    type: 'empty';
} | {
    type: 'property';
    key: string;
    value: string;
};
export declare function parsePropertiesFile(contents: string): PropertiesItem[];
export declare function propertiesListToString(props: PropertiesItem[]): string;

Выполнить команду


Для локальной разработки. Не используйте в интернете!