UNPKG

@playform/eliminate

Version:
9 lines (8 loc) 179 B
import type Option from "@Interface/Output/Option.js"; /** * @module Output * */ export default interface Interface { (Source: string, Option?: Option): Promise<string>; }