UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

12 lines (11 loc) 215 B
/** * * wrap a string * * @since 5.14.0 * * @param inner * @param wrapper the wrapped str will be added to inner */ export declare function wrap(inner: string, wrapper: string): string; export default wrap;