Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairyf/ts-factory-extra
https://github.com/hairyf/ts-factory-extra
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hairyf/ts-factory-extra
- Owner: hairyf
- Created: 2023-02-23T11:35:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:53:30.000Z (about 1 year ago)
- Last Synced: 2024-10-03T08:21:01.391Z (3 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Typescript Factory Extra
About Extra of Typescript Factory
> DOCS TODO
## Methods
### Comment
- createComment
- createSingleLineComment
- createMultilineComment### Convert
- astNodeToCode
- codeToAstNode### Definition
- createVariable
- createTypeAlias
- createTypeAliasBlock### Input
- createImport
- createNamespaceImport### Interface
- createInterface
- createInterfaceProperty### Object
- createObjectLiteral