/
var
/
www
/
qr4y.com
/
server
/
delivery
/
node_modules
/
editorconfig
/
src
/
lib
/
/var/www/qr4y.com/server/delivery/node_modules/editorconfig/src/lib
mkdir
upload
Name
Size
Mode
Actions
fnmatch.d.ts
5562
0644
edit
dl
rm
fnmatch.js
30407
0644
edit
dl
rm
ini.d.ts
617
0644
edit
dl
rm
ini.js
4717
0644
edit
dl
rm
Edit:
/var/www/qr4y.com/server/delivery/node_modules/editorconfig/src/lib/ini.d.ts
(617B)
/// <reference types="node" /> import { URL } from 'url'; /** * Parses an .ini file * @param file The location of the .ini file */ export declare function parse(file: string | number | Buffer | URL): Promise<[string | null, SectionBody][]>; export declare function parseSync(file: string | number | Buffer | URL): [string | null, SectionBody][]; export declare type SectionName = string | null; export interface SectionBody { [key: string]: string; } export declare type ParseStringResult = Array<[SectionName, SectionBody]>; export declare function parseString(data: string): ParseStringResult;
Save
cmd:
run