UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

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