UNPKG

@sdesktop/s

Version:

Serverless devs tool, just for desktop.

9 lines (8 loc) 406 B
/** @format */ export { default as common } from './common'; export { default as configSet } from './handler-set-config'; export { default as storage } from './storage'; export { default as urlParser } from './url-parser'; export { default as registerAction } from './command-util'; export { default as logger } from './logger'; export declare const getYamlPath: (prePath: string, name: string) => string;