Add doc generation to several more packages and fix up their index.ts files so all public interface types are exported

This commit is contained in:
fabioberger
2019-11-16 08:09:56 +00:00
parent d0a3495b5f
commit e1ea65525f
45 changed files with 701 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
export * from './artifacts';
export { artifacts } from './artifacts';
export * from './wrappers';
import * as ReferenceFunctionsToExport from './reference_functions';