UNPKG

@shuttle-lib/core

Version:

NPM package to interact with the Shuttle devices

6 lines 355 B
/** Convenience function to force the input to be of a certain type. */ export declare function literal<T>(o: T): T; /** Get bit value in integer */ export declare function getBit(integer: number, bitPosition: number): 0 | 1; export declare function uint8ArrayToDataView(buffer: Uint8Array | Uint8ClampedArray): DataView; //# sourceMappingURL=lib.d.ts.map