TypeScript definitions for the global frappe
object.
This provides autocomplete and IntelliSense when writing Frappe Client Scripts in VSCode.
frappe.d.ts
– Type definitions for Frappe.
import frappe | |
def create_blocked_domains(): | |
"""Create blocked domains for A and CNAME that exist in Route53 but not in the database""" | |
def is_valid_dns_name(name): | |
import re | |
invalid_patterns = [ | |
r"^\*", | |
r"^\\052", |