You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
667 B
6 lines
667 B
export { Manager } from './manage';
|
|
export { BaseClass, Interface, Mod, PrimitiveType, Property, StandardDataSource, StandardDataType } from './standard';
|
|
export { Config, DataSourceConfig, createManager, format, getDuplicateById, getIdentifierFromOperatorId, getIdentifierFromUrl, getMaxSamePath, getTemplate, hasChinese, lookForFiles, toDashCase, toDashDefaultCase, toUpperFirstLetter, transformCamelCase, transformDescription, transformModsName, Surrounding } from './utils';
|
|
export { CodeGenerator, FileStructures, FilesManager } from './generators/generate';
|
|
export { diff, Model, removeCtx } from './diff';
|
|
export { PontDictManager } from './LocalDictManager';
|
|
|