Skip to content

Commit

Permalink
fix: expose defined function
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Nov 1, 2020
1 parent 005d684 commit ed82f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { alphabetical } from './alphabetical';
import { casing } from './casing';
import { defined } from './defined';
import { enumeration } from './enumeration';
import { falsy } from './falsy';
import { length } from './length';
Expand All @@ -14,6 +15,7 @@ import { xor } from './xor';
export const functions = {
alphabetical,
casing,
defined,
enumeration,
length,
pattern,
Expand Down

0 comments on commit ed82f79

Please sign in to comment.