UNPKG

@lillallol/dic

Version:

My own dependency injection container.

6 lines (5 loc) 141 B
/** * @description * Return the last line of the provided string. */ export declare function getLastLineOfString(string: string): string;