Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
138
Issues
138
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
15ca83bf549c159eb32ff41b8766524268bbc7ed
15ca83bf549c159eb32ff41b8766524268bbc7ed
Switch branch/tag
purescript-gargantext
src
Gargantext
Utils
DecodeMaybe.js
Find file
Normal view
History
Permalink
DecodeMaybe.js
72 Bytes
Edit
Web IDE
Newer
Older
it works ! Need to get the id from the url and change some css :,(
25c62883
Mael NICOLAS
committed
6 years ago
1
2
3
4
5
'use strict'
;
exports
.
isNull
=
function
(
v
)
{
return
v
===
null
;
};