bridgets
Version:
<p align="center"> <a href="https://bridgets.co"> <img src="http://bridgets.co/assets/logo-short.svg" height="48" /> <h1 align="center">BridgeTS</h1> </a> </p>
5 lines • 324 B
TypeScript
export declare const upperCaseFirstLetterOnly: (name: string) => string;
export declare const lastElem: (Arr: any[]) => any;
export declare const pathArrayToPath: (pathArray: string[], origin: string) => string;
export declare const getParamsObjectString: (p: Array<string>) => string;
//# sourceMappingURL=compiler.d.ts.map