5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
|
/**
|
||
|
* @_ignore
|
||
|
*/
|
||
|
export declare function decodeOwlA(data: string, accents: string): Array<string>;
|