UNPKG

fabric-ias

Version:

Node.JS Service for Microsoft Fabric supporting infrastructure as code

8 lines (7 loc) 130 B
"use strict"; function delay(ms) { return new Promise(Resolve => { setTimeout(Resolve, ms); }); } module.exports = delay;