UNPKG
@playform/eliminate
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Eliminate ↘️
github.com/PlayForm/Eliminate
PlayForm/Eliminate
@playform/eliminate
/
Target
/
Interface
/
Output.d.ts
9 lines
(8 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
Option
from
"@Interface/Output/Option.js"
;
/** *
@module
Output
* */
export
default
interface
Interface
{ (
Source
:
string
,
Option
?:
Option
):
Promise
<
string
>; }