Created classes and methods needed to create Sequential Identifiers

This commit is contained in:
Sergio Mendonça
2018-10-19 16:50:51 -03:00
parent a466578467
commit 23dee01f06
6 changed files with 121 additions and 1 deletions

View File

@ -1,3 +1,4 @@
export * from "./run";
export * from "./text-run";
export * from "./picture-run";
export * from "./sequential-identifier";