diff --git a/src/index.ts b/src/index.ts index 3daf8cf..e1b7228 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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";