UNPKG

@thi.ng/strings

Version:

Various string formatting & utility functions

7 lines 233 B
import type { Stringer } from "./api.js"; /** * Returns a {@link Stringer} which wrap inputs with given `pad` string on * both sides. */ export declare const wrap: (pad: string) => Stringer<any>; //# sourceMappingURL=wrap.d.ts.map