PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
complianz-gdpr
/
settings
/
src
/
utils
/* * helper function to delay after a promise * @param ms * @returns {function(*): Promise<unknown>} */ const sleeper = (ms) => { return function(x) { return new Promise(resolve => setTimeout(() => resolve(x), ms)); }; } export default sleeper;
[-] readMore.js
[edit]
[-] Hyperlink.js
[edit]
[-] lib.js
[edit]
[-] upload.js
[edit]
[-] Icon.js
[edit]
[-] validateConditions.js
[edit]
[-] updateFieldsListWithConditions.js
[edit]
[-] Error.js
[edit]
[-] sleeper.js
[edit]
[+]
..
[-] debounce.js
[edit]
[-] getAnchor.js
[edit]
[-] ErrorBoundary.js
[edit]
[-] api.js
[edit]