mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 18:44:17 +00:00
remove d.ts
This commit is contained in:
parent
4f65adeb31
commit
af8d3943d9
@ -4,7 +4,6 @@
|
|||||||
"description": "A simple, fast, and powerful API interface library",
|
"description": "A simple, fast, and powerful API interface library",
|
||||||
"author": "RageStudio",
|
"author": "RageStudio",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./modules.d.ts",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "corenode-node ./src/bin/server.js",
|
"start": "corenode-node ./src/bin/server.js",
|
||||||
"build": "corenode-cli build --parallel --clean --fix"
|
"build": "corenode-cli build --parallel --clean --fix"
|
||||||
|
12
src/modules.d.ts
vendored
12
src/modules.d.ts
vendored
@ -1,12 +0,0 @@
|
|||||||
declare module 'cloudlink' {
|
|
||||||
export namespace client {
|
|
||||||
export class Bridge {};
|
|
||||||
export function createInterface(address: string): Promise<object>;
|
|
||||||
}
|
|
||||||
export namespace server {
|
|
||||||
|
|
||||||
}
|
|
||||||
export namespace classes {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user