UNPKG
epic-formulae
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
0.0.0
Simple data store to house epic formulae
github.com/micapam/epic-formulae
micapam/epic-formulae
epic-formulae
/
dist
/
document.d.ts
8 lines
(7 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
Document
{
elements
:
Array
<
string
>;
constructor
(
title
:
string
);
heading
(
text
:
string
):
void
;
paragraph
(
text
:
string
):
void
;
toString
():
string
; }