UNPKG

netstorage

Version:

A TypeScript API and CLI for the Akamai NetStorage REST interface

4 lines (3 loc) 179 B
import { Command } from 'commander'; import { type createLogger } from '../../index'; export declare function createFindCommand(logger: ReturnType<typeof createLogger>): Command;