@gramio/format
Advanced tools
Comparing version 0.0.1 to 0.0.2
import { TelegramMessageEntity, TelegramUser } from "@gramio/types"; | ||
export * from "./formats"; | ||
export interface Stringable { | ||
@@ -3,0 +4,0 @@ toString(): string; |
@@ -0,1 +1,2 @@ | ||
export * from "./formats"; | ||
export class FormattableString { | ||
@@ -2,0 +3,0 @@ text; |
{ | ||
"name": "@gramio/format", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "WIP", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
16979
375