UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

13 lines (12 loc) 297 B
/** * @author WMXPY * @namespace Text * @description Definition */ import { ImbricateAuthor } from "../author/definition"; export type ImbricateTextAuditOptions = { /** * Text author, this is controlled an function may vary by origin */ readonly author?: ImbricateAuthor; };