mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:17:16 -04:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
|
||
|
exports.default = function (statement) {
|
||
|
return statement.nodes !== undefined;
|
||
|
};
|