UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

14 lines (12 loc) 291 B
/** * It consist of constants used throughout the framework */ declare const NovaConstant: { Controller: string; ControllerParameter: string; NovaFilterMeta: string; NovaFilter: string; NovaRequestHolder: string; NovaValueMeta: string; }; export { NovaConstant };