@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
32 lines (30 loc) • 1.28 kB
JavaScript
/***
* .88b d88. db db d888888b d8b db d888888b d88888b d8888b. d88888b .d8b. .o88b. d88888b .d8888.
* 88'YbdP`88 `8b d8' `88' 888o 88 `~~88~~' 88' 88 `8D 88' d8' `8b d8P Y8 88' 88' YP
* 88 88 88 `8bd8' 88 88V8o 88 88 88ooooo 88oobY' 88ooo 88ooo88 8P 88ooooo `8bo.
* 88 88 88 88 88 88 V8o88 88 88~~~~~ 88`8b 88~~~ 88~~~88 8b 88~~~~~ `Y8b.
* 88 88 88 88 .88. 88 V888 88 88. 88 `88. 88 88 88 Y8b d8 88. db 8D
* YP YP YP YP Y888888P VP V8P YP Y88888P 88 YD YP YP YP `Y88P' Y88888P `8888Y'
*
*
import { IMyProgress, IMyFonts, IMyIcons } from '@mikezimm/npmfunctions/dist/ReusableInterfaces/IMyInterfaces';
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.clearHistory = void 0;
function clearHistory() {
var history = {
count: 0,
errors: [],
webs: [],
fields: [],
views: [],
items: [],
features: [],
groups: [],
users: [],
};
return history;
}
exports.clearHistory = clearHistory;
//# sourceMappingURL=IMyInterfaces.js.map
;