diff --git a/bindings/nodejs/lib/utils/index.ts b/bindings/nodejs/lib/utils/index.ts index 296753ff95..6a080b7de6 100644 --- a/bindings/nodejs/lib/utils/index.ts +++ b/bindings/nodejs/lib/utils/index.ts @@ -1,6 +1,7 @@ // Copyright 2023 IOTA Stiftung // SPDX-License-Identifier: Apache-2.0 +export * from './units-helper'; export * from './utf8'; export * from './utils'; export * from '../types/utils';