UNPKG
@remote.it/core
Version:
latest (0.43.7)
0.43.7
0.43.4
0.43.3
0.43.2
0.43.1
0.42.2-alpha.1
0.42.2-alpha.0
0.42.1
0.42.0
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Core remote.it JavasScript/TypeScript library
@remote.it/core
/
lib
/
Plist.d.ts
14 lines
(13 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { File }
from
'./File'
export
declare
class
Plist
<
T
>
extends
File
{
/** * Return the JSON parsed contents of the file. */
read
(): T
/** * Write the JSON contents to the file. */
write
(
content
: T):
void
readonly
label:
string
}
//# sourceMappingURL=Plist.d.ts.map