UNPKG

deta

Version:
9 lines (8 loc) 271 B
import { KeyType } from '../types/key'; declare function base(keyType: KeyType, host?: string): string; declare function drive(keyType: KeyType, host?: string): string; declare const _default: { base: typeof base; drive: typeof drive; }; export default _default;