UNPKG

scriptable-testlab

Version:

A lightweight, efficient tool designed to manage and update scripts for Scriptable.

14 lines (11 loc) 268 B
// Base types export * from './common'; export * from './runtime'; export * from './scriptable'; // Feature types export * from './device'; export * from './location'; export * from './notification'; // System types export * from './errors'; export * from './file';