Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8e26226 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Sep 4, 2024
1 parent f290736 commit a125ea5
Show file tree
Hide file tree
Showing 20 changed files with 3,317 additions and 0 deletions.
Binary file added IBMPlexMono-Bold-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexMono-BoldItalic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexMono-Italic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexMono-Regular-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSans-Bold-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSans-BoldItalic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSans-Italic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSans-Regular-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSerif-Bold-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSerif-BoldItalic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSerif-Italic-SlashedZero.woff2
Binary file not shown.
Binary file added IBMPlexSerif-Regular-SlashedZero.woff2
Binary file not shown.
Empty file added demo/.keep
Empty file.
6 changes: 6 additions & 0 deletions demo/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
declare const IteratorPrototype: any;
declare function liftIterator<A>(iter: Iterator<A>): Iterable<A>;
declare function chunksImpl<A>(iter: Iterator<A>, chunkSize: number): Generator<Array<A>>;
declare function chunks<A>(this: Iterator<A>, chunkSize: number): Generator<Array<A>>;
declare function windowsImpl<A>(iter: Iterator<A>, windowSize: number): Generator<Array<A>>;
declare function windows<A>(this: Iterator<A>, windowSize: number): Generator<Array<A>>;
61 changes: 61 additions & 0 deletions demo/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added ecma-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a125ea5

Please sign in to comment.