UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 193 B
import { NamedFunction1 } from './_Base'; export declare class sleep extends NamedFunction1<[number]> { static type(): string; async: boolean; func(delay: number): Promise<void>; }