2 lines
154 B
TypeScript
2 lines
154 B
TypeScript
/** Restore phantom-space sentinels to real spaces, allocating only when present. */
|
|
export declare function restorePhantomSpaces(value: string): string;
|