UNPKG

jvsveml6070

Version:

Node.js package for the Vishay VEML6070 UVA Light Sensor, written in TypeScript.

9 lines (8 loc) 262 B
/** * Waits the specified delay in milliseconds and then resolves. * * @param milliseconds - The delay in milliseconds. * * @returns A `Promise` that resolves after the provided delay. */ export declare function delay(milliseconds: number): Promise<void>;