UNPKG
particle-api-js
Version:
latest (11.1.7)
11.1.7
11.1.6
11.1.5
11.1.4
11.1.3
11.1.2
11.1.1
11.1.0
11.0.0
10.6.0
10.5.1
10.5.0
10.4.3
10.4.2
10.4.1
10.4.0
10.3.1
10.3.0
10.2.0
10.1.0
10.0.0
9.4.1
9.4.0
9.3.0
9.2.0
9.1.2
9.1.1
9.1.0
9.0.2
9.0.1
9.0.0
8.4.0
8.3.0
8.2.1
8.2.0
8.1.0
8.0.1
8.0.0
7.4.1
7.4.0
7.3.0
7.2.3
7.2.2
7.2.0
7.1.1
7.0.1
7.0.0
7.0.0-rc.1
6.6.2
6.6.1
6.6.0
6.5.0
6.4.3
6.4.2
6.4.1
6.4.0
6.3.1
6.3.0
6.2.0
6.1.0
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.3.1
5.3.0
5.3.0-develop.1
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
Particle API Client
github.com/particle-iot/particle-api-js
particle-iot/particle-api-js
particle-api-js
/
fs.js
3 lines
(2 loc)
•
144 B
JavaScript
View Raw
1
2
3
// In Node, exports the fs
module
. In the browser, exports undefined due to
"./fs"
:
false
entry
in
package
.json
module
.exports =
require
(
'fs'
);