bowtie-co/ts-github

View on GitHub
bin/extract

Summary

Maintainability
Test Coverage
#!/bin/bash

# "([^"]+)": "([^"]+)",?
# $1: string;

# "([^"]+)": ([0-9]+),?
# $1: number;

# "([^"]+)": (true|false),?
# $1: boolean;