UNPKG

@dark-engine/platform-server

Version:
4 lines (3 loc) 117 B
declare const illegal: (x: string) => void; declare const escape: (x: string) => string; export { illegal, escape };