mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 00:24:48 +08:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
import Parsernostrum from "parsernostrum"
|
|
|
|
export default class Serializable {
|
|
|
|
/** @type {Parsernostrum<any>} */
|
|
static grammar = Parsernostrum.failure()
|
|
}
|