mirror of
https://github.com/yjs/yjs.git
synced 2025-12-16 19:57:45 +01:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
/**
|
|
* @module string
|
|
*/
|
|
|
|
export const fromCharCode = String.fromCharCode
|
|
export const fromCodePoint = String.fromCodePoint
|