UNPKG

@dulysse1/better-node

Version:

Improve Node types & add object properties

11 lines (9 loc) 249 B
/// <reference path="../types/string.d.ts" /> interface String { /** * @from `@dulysse1/better-node` * ### Get the last char of a string * @returns {string} Your string last char */ last(): Tx.String.Last<Tx.Any.Satisfy<this, string>>; }