UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

2 lines (1 loc) 42 B
export type Syncable<T> = Promise<T> | T;