diff options
| author | Dan Allen <dan@opendevise.com> | 2018-02-06 21:09:28 -0700 |
|---|---|---|
| committer | Sarah White <sarah@opendevise.com> | 2018-02-07 17:25:33 +0000 |
| commit | d7c78e2172b47c7fd8e1b24606409ea0aa2fa149 (patch) | |
| tree | 61a1635a97a33d9d39edaf94341761261fc8ca76 /src/helpers | |
| parent | 08705171b18b379491caf79054191e0e2b7aab1b (diff) | |
| download | alpine-antora-theme-d7c78e2172b47c7fd8e1b24606409ea0aa2fa149.tar.bz2 alpine-antora-theme-d7c78e2172b47c7fd8e1b24606409ea0aa2fa149.tar.xz | |
fix missing component title in breadcrumbs
Diffstat (limited to 'src/helpers')
| -rw-r--r-- | src/helpers/not.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/not.js b/src/helpers/not.js new file mode 100644 index 0000000..8b3aa91 --- /dev/null +++ b/src/helpers/not.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = (val) => !val |
