UNPKG
brs-js
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.20
1.1.19
1.1.18
1.1.17
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Brickadia Save Read/Writing
github.com/meshiest/brs-js
meshiest/brs-js
brs-js
/
dist
/
src
/
read.v8.d.ts
3 lines
•
177 B
TypeScript
View Raw
1
2
3
import
{
BRSBytes
,
BrsV8
,
ReadOptions
}
from
'./types'
;
export
default
function
readBrsV8
(
brsData: BRSBytes, options?: ReadOptions
):
BrsV8
;
//# sourceMappingURL=read.v8.d.ts.map