Remove remaining external shims
This commit is contained in:
2
libs/microbit/shims.d.ts
vendored
2
libs/microbit/shims.d.ts
vendored
@ -32,7 +32,7 @@ declare interface String {
|
||||
|
||||
/** Returns the length of a String object. */
|
||||
//% property shim=StringMethods::length
|
||||
length(): number;
|
||||
length: number;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user