Variable fetch_pack_by_name
fetch_pack_by_name: (
name: string,
) => Promise<null | { name: string; pack: any }>
Type Declaration
- (name: string): Promise<null | { name: string; pack: any }>
Function
Returns Promise<null | { name: string; pack: any }>
Fetch pack by name