File: without-flow.js

package info (click to toggle)
node-flow-remove-types 1.2.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: javascript: 668; sh: 44; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (2)
1
2
3
function hasNoFlow(flow) {
  return '@flow'.test(/@flow/)
}