UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

5 lines (4 loc) 164 B
export declare type Wrapper<T> = { [P in keyof T]: T[P]; }; export declare function toCamelCase(str: string, capitalize?: boolean, separator?: string): string;