Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f55ac65e20 | |||
474ce92b88 |
1
dist/cloud/dns.d.ts
vendored
1
dist/cloud/dns.d.ts
vendored
@ -0,0 +1 @@
|
||||
export declare type TDnsRecord = 'A' | 'AAAA' | 'CNAME' | 'TXT' | 'SRV' | 'LOC' | 'MX' | 'NS' | 'SPF';
|
||||
|
2
dist/cloud/dns.js
vendored
2
dist/cloud/dns.js
vendored
@ -1 +1,3 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvY2xvdWQvZG5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
5
dist/index.d.ts
vendored
5
dist/index.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
export * from './business/company';
|
||||
export * from './business/invoice';
|
||||
export * from './cloud/dns';
|
||||
export * from './content/article';
|
||||
export * from './content/author';
|
||||
export * from './business/company';
|
||||
export * from './general/date';
|
||||
export * from './business/invoice';
|
||||
export * from './general/time';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tsclass",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"description": "common classes for TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
@ -1 +1 @@
|
||||
export type TRecord = 'A' | 'AAAA' | 'CNAME' | 'TXT' | 'SRV' | 'LOC' | 'MX' | 'NS' | 'SPF'
|
||||
export type TDnsRecord = 'A' | 'AAAA' | 'CNAME' | 'TXT' | 'SRV' | 'LOC' | 'MX' | 'NS' | 'SPF'
|
Reference in New Issue
Block a user