UNPKG

@joshfarrant/shortcuts-js

Version:
3 lines (2 loc) 104 B
declare type WFHTTPMethod = ('GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH'); export default WFHTTPMethod;