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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
purescript-gargantext
3f3389ec1c2674f638f5daac1d7db6c8240032e5
3f3389ec1c2674f638f5daac1d7db6c8240032e5
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
;
};