diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-26 21:14:50 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-26 21:14:50 -0400 |
commit | 7cda7f95e724bb621c57b5c53b083e6d6245afa5 (patch) | |
tree | 05697dcfe49e4aff8a6edb26d0d3c2341dc21778 /src/new_fields/Doc.ts | |
parent | f01b842a5d6ef6b9deb9807fa0c3a8cd2c81a25a (diff) |
More
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index a5f495477..6dfa37c1b 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -166,6 +166,4 @@ export namespace Doc { return delegate; } export const Prototype = Symbol("Prototype"); -} - -export const GetAsync = Doc.GetAsync;
\ No newline at end of file +}
\ No newline at end of file |