18 lines
447 B
TypeScript
18 lines
447 B
TypeScript
|
// Auto-generated. Do not edit.
|
||
|
declare namespace storage {
|
||
|
|
||
|
/** Will be moved. */
|
||
|
//% shim=storage::__stringToBuffer
|
||
|
function __stringToBuffer(s: string): Buffer;
|
||
|
|
||
|
/** Will be moved. */
|
||
|
//% shim=storage::__bufferToString
|
||
|
function __bufferToString(s: Buffer): string;
|
||
|
|
||
|
/** Create named directory. */
|
||
|
//% shim=storage::__mkdir
|
||
|
function __mkdir(filename: string): void;
|
||
|
}
|
||
|
|
||
|
// Auto-generated. Do not edit. Really.
|