Core overview
Module of helper functions used to avoid import circularity
Table of contents
Utils
appendString
Returns a new string where s has been appended to self
Signature
export declare const appendString: (s: string) => (self: string) => string
prependString
Returns a new string where s has been prepended to self
Signature
export declare const prependString: (s: string) => (self: string) => string