mirror of
https://github.com/yjs/yjs.git
synced 2025-12-25 16:09:30 +01:00
back to .js extension
This commit is contained in:
6
lib/string.js
Normal file
6
lib/string.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @module string
|
||||
*/
|
||||
|
||||
export const fromCharCode = String.fromCharCode
|
||||
export const fromCodePoint = String.fromCodePoint
|
||||
Reference in New Issue
Block a user