mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 19:54:43 +08:00
How to use
This commit is contained in:
@@ -49,6 +49,7 @@ export default class Serializer {
|
||||
|
||||
/** @param {T} value */
|
||||
write(value, insideString = false) {
|
||||
// @ts-expect-error
|
||||
return this.doWrite(value, insideString)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user