UNPKG

zorigami

Version:
7 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function temp_async_demo_func() { console.log('thsi is requested async'); } exports.default = temp_async_demo_func; //# sourceMappingURL=temp_async_demo_function.js.map