UNPKG

ionic-orm-x

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 147 B
/** * Decorator registers a new naming strategy to be used in naming things. */ export declare function NamingStrategy(name?: string): Function;