UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

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