routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/** @deprecated */
|
||||
export var Markers;
|
||||
(function (Markers) {
|
||||
Markers["start"] = "/**";
|
||||
Markers["nostart"] = "/***";
|
||||
Markers["delim"] = "*";
|
||||
Markers["end"] = "*/";
|
||||
})(Markers || (Markers = {}));
|
||||
Reference in New Issue
Block a user