Remove published types
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
declare function isMobile(): boolean;
|
||||
declare module 'is-mobile' {
|
||||
export = isMobile;
|
||||
}
|
@@ -1,7 +0,0 @@
|
||||
declare interface XML2JSONOpts {
|
||||
compact?: boolean;
|
||||
spaces?: number;
|
||||
}
|
||||
declare module 'xml-js' {
|
||||
const xml2json: (xml: string, opts: XML2JSONOpts) => string;
|
||||
}
|
Reference in New Issue
Block a user