UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

4 lines (3 loc) 187 B
import { NormalizedOptions, CancelableRequest } from './types'; export default function asPromise<T>(normalizedOptions: NormalizedOptions): CancelableRequest<T>; export * from './types';