Update tests make export a bit nicer

This commit is contained in:
Lewis Diamond
2020-07-04 10:43:52 -04:00
parent 1675b18d5b
commit 74ce415118
27 changed files with 141 additions and 131 deletions

View File

@@ -28,7 +28,7 @@ import { unbatch } from "./unbatch";
import { compose } from "./compose";
import { demux } from "./demux";
export default function strom(defaultOptions?: TransformOptions) {
export function strom(defaultOptions?: TransformOptions) {
function withDefaultOptions<T extends any[], R>(
n: number,
fn: (...args: T) => R,