UNPKG
legal
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.2
1.0.1
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
go legal programmatically
gitlab.com/pkunz/legal
legal
/
dist
/
mod.legal
/
classes.legal.d.ts
10 lines
(9 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
plugins
from
'../legal.plugins'
;
import
{
ICompany
}
from
'tsclass'
;
export
interface
ILegalOptions
{
company
:
ICompany
; }
export
declare
class
Legal
{
company
: plugins.
tsclass
.
ICompany
;
constructor
(
optionsArg
:
ILegalOptions
); }