UNPKG
reign
Version:
latest (0.0.1)
0.0.1
A persistent, typed-objects implementation.
github.com/codemix/reign
codemix/reign
reign
/
interfaces
/
mocha.js
3 lines
(2 loc)
•
86 B
JavaScript
View Raw
1
2
3
declare
function
describe
(
name
:
string
,
body
?:
Function
):
void
;
declare
var
it
:
any
;