-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathshims.d.ts
More file actions
22 lines (18 loc) · 692 Bytes
/
Copy pathshims.d.ts
File metadata and controls
22 lines (18 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Auto-generated. Do not edit.
/**
* Bill Siever
* 2018-10-10
* 2021-02-27 CODAL and V2 updates
*
* Development environment specifics:
* Written in Microsoft PXT
* Based on SparkFun weather:bit for micro:bit (https://github.com/sparkfun/pxt-weather-bit)
*
* This code is released under the [MIT License](http://opensource.org/licenses/MIT).
* Please review the LICENSE.md file included with this example. If you have any questions
* or concerns with licensing, please contact techsupport@sparkfun.com.
* Distributed as-is; no warranty is given.
*/
declare namespace dstemp {
}
// Auto-generated. Do not edit. Really.