UNPKG

scriptable-testlab

Version:

A lightweight, efficient tool designed to manage and update scripts for Scriptable.

11 lines 208 B
function isDirectoryNode(node) { return node.type === "directory"; } function isFileNode(node) { return node.type === "file"; } export { isDirectoryNode, isFileNode }; //# sourceMappingURL=file.js.map