UNPKG
@kamiazya/freebusy
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Determine free blocks from a list of events.
github.com/kamiazya/freebusy
kamiazya/freebusy
@kamiazya/freebusy
/
dist
/
usecases
/
getFree.d.ts
6 lines
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BlockArray
,
Scope
,
BlockLike
}
from
'../models'
;
export
declare
function
getFree
(
params: { scope: Scope; events: BlockLike[]; }
):
BlockArray
;
//# sourceMappingURL=getFree.d.ts.map