Skip to content

Commit f41ff8e

Browse files
committed
feat: remove fromMolfile and toMolfile to move the code to openchemlib-js
1 parent c284d4a commit f41ff8e

File tree

6 files changed

+0
-489
lines changed

6 files changed

+0
-489
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export * from './polymer/createPolymer.js';
1818

1919
export * from './util/combineSmiles.js';
2020
export * from './util/dwar/parseDwar.js';
21-
export * from './util/fromMolfile.js';
2221
export * from './util/getAtomsInfo.js';
2322
export * from './util/getConnectivityMatrix.js';
2423
export * from './util/getImplicitHydrogensCount.ts';
@@ -39,7 +38,6 @@ export * from './util/nbCN.js';
3938
export * from './util/nbLabileH.js';
4039
export * from './util/tagAtom.ts';
4140
export * from './util/toggleHydrogens.ts';
42-
export * from './util/toMolfile.ts';
4341
export * from './util/toVisualizerMolfile.js';
4442

4543
export * from './path/getPathsInfo.js';

src/util/__tests__/fromMolfile.test.ts

Lines changed: 0 additions & 152 deletions
This file was deleted.

src/util/__tests__/toMolfile.test.ts

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/util/changeMolfileCustomLabelPosition.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)