logo
search icon
Close
FrameworkLibrariesCommunityDocumentation
Chapters
What is TypeScript? Why TypeScript? How to use TypeScript? TypeScript in Deepkit Resources

Learn TypeScript

What is TypeScript?

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Why TypeScript?

How to use TypeScript?

TypeScript in Deepkit

Resources

  • TypeScript Handbook
  • TypeScript Deep Dive
  • TypeScript Playground
IntroductionExamplesJoin Discord
App
Getting startedExamplesArguments & FlagsDependency InjectionModulesServicesEventsLoggerConfiguration
Framework
Getting startedExamplesDatabaseTestingDeploymentPublic Assets
Runtime Types
IntroductionGetting startedExamplesType AnnotationsReflectionSerializationValidationCustom serializerExternal TypesBytecode
Dependency Injection
IntroductionGetting startedExamplesProvidersInjectionConfigurationScopes
Filesystem
Getting startedExamplesAppLocalMemoryAWS S3FTPsFTP (SSH)Google Storage
Broker
Getting startedCacheMessage BusMessage QueueAtomic LocksKey Value
HTTP
IntroductionGetting startedExamplesInput & OutputViewsDependency InjectionEventsMiddlewareSecurity
RPC
IntroductionGetting startedExamplesDependency InjectionSecurityErrorsTransport
Database ORM
IntroductionGetting startedExamplesEntitySessionQueryTransactionInheritanceRelationsEventsMigrationsORM BrowserRaw AccessSeedingComposite primary key
Plugins
Soft-Delete