UNPKG

@arces-wot/wam

Version:

Web of Thing Application Manager

9 lines (8 loc) 201 B
interface RollupWoTOption { mainFile: string; } export default function rollupWoT(options: RollupWoTOption): { name: string; transform(code: string, id: string): any; }; export {};