Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 9897f53

Browse files
committed
Add @module typedoc tags
1 parent db17ee1 commit 9897f53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/context-key-error.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @module context-values
3+
*/
14
import { ContextKey } from './context-key';
25

36
/**

src/context-up-key.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @module context-values
3+
*/
14
import { flatMapIt, mapIt, overArray } from 'a-iterable';
25
import { asis, NextArgs, nextArgs, noop } from 'call-thru';
36
import {

0 commit comments

Comments
 (0)