UNPKG

wave-engine

Version:

[![MIT License](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Latest Release](https://img.shields.io/npm/v/wave-engine.svg)](https://www.npmjs.com/package/wave-engine)

3 lines (2 loc) 109 B
declare const requireFromHTTP: (url: string, token?: string) => Promise<string>; export { requireFromHTTP };