UNPKG
@lillallol/dic
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
My own dependency injection container.
github.com/lillallol/dic
lillallol/dic
@lillallol/dic
/
dist
/
es-utils
/
getLastLineOfString.d.ts
6 lines
(5 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
* Return the last line of the provided string. */
export
declare
function
getLastLineOfString
(
string
:
string
):
string
;