| 1 | import { getDefaultCustom, parseMeta } from './script'; |
| 2 | import storage, { S_CACHE, S_CODE, S_REQUIRE, S_SCRIPT, S_VALUE } from './storage'; |
| 3 | |
| 4 | export default () => new Promise((resolve, reject) => { |
nothing calls this directly
no test coverage detected