Skip to content

Commit

Permalink
Merge e0e4a80 into 6edfed8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Walle committed Aug 31, 2020
2 parents 6edfed8 + e0e4a80 commit 6099ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Expand Up @@ -122,7 +122,9 @@ export function sqltag(strings: ReadonlyArray<string>, ...values: RawValue[]) {
return new Sql(strings, values);
}

const sql = sqltag;

/**
* Standard `sql` tag.
*/
export default sqltag;
export default sql;

0 comments on commit 6099ef7

Please sign in to comment.