Lee Thanh
Upload 3012 files
5641073
raw
history blame
201 Bytes
/**
* @author jdiaz5513
*/
import { _StructCtor, Struct } from "./struct";
export declare class Void extends Struct {
static readonly _capnp: _StructCtor;
}
export declare const VOID: undefined;