UNPKG

@treecg/ldes-orchestrator

Version:

Fills the gaps that a Linked Data Platform (LDP) cannot do by itself for creating a Linked Data Event Stream (LDES) in LDP.

8 lines (7 loc) 266 B
/*************************************** * Title: Util * Description: utility methods * Author: Wout Slabbinck (wout.slabbinck@ugent.be) * Created on 16/12/2021 *****************************************/ export declare function sleep(ms: number): Promise<any>;