Skip to content

Commit

Permalink
exporting the functions from infofile utils
Browse files Browse the repository at this point in the history
  • Loading branch information
arpadlomenipg committed Apr 15, 2024
1 parent 5e21e7e commit 5b8fe95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ export type { SetString } from "./setString.types";
export type { SetText } from "./setText.types";
export type { SetValue } from "./setValue.types";
export type { IsValidInfoFile } from "./isValidInfoFile.types";
export { deleteKey } from "./deleteKey";
export { getDouble } from "./getDouble";
export { getError } from "./getError";
export { getKey } from "./getKey";
export { getKeyKind } from "./getKeyKind";
export { getLong } from "./getLong";
export { getString } from "./getString";
export { getText } from "./getText";
export { getValue } from "./getValue";
export { setDouble } from "./setDouble";
export { setLong } from "./setLong";
export { setString } from "./setString";
export { setText } from "./setText";
export { setValue } from "./setValue";
export { isValidInfoFile } from "./isValidInfoFile";

0 comments on commit 5b8fe95

Please sign in to comment.