Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 28, 2024
1 parent 524557d commit 53c9ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { ManifestPackage } from "./manifest";
import { PublicGalleryAPI } from "./publicgalleryapi";

const __read = promisify<_read.Options, string>(_read);

export function read(
prompt: string,
options: _read.Options = {},
Expand Down
1 change: 1 addition & 0 deletions Source/viewutils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type ViewTableRow = string[];

export type ViewTable = ViewTableRow[];

const fixedLocale = "en-us";
Expand Down
1 change: 1 addition & 0 deletions Source/xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ export type ContentTypes = {
};

export const parseXmlManifest = createXMLParser<XMLManifest>();

export const parseContentTypes = createXMLParser<ContentTypes>();

0 comments on commit 53c9ef7

Please sign in to comment.