Spaces:
Configuration error
Configuration error
File size: 201 Bytes
5641073 |
1 2 3 4 5 6 7 8 9 |
/**
* @author jdiaz5513
*/
import { _StructCtor, Struct } from "./struct";
export declare class Void extends Struct {
static readonly _capnp: _StructCtor;
}
export declare const VOID: undefined;
|