FSKeyLoader class
Loader from file system
FSKeyLoader implements IKeyLoader interface
Signature:
export declare class FSKeyLoader implements IKeyLoader
Implements: IKeyLoader
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(dir) | Constructs a new instance of the FSKeyLoader class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dir | readonly | string |
Methods
Method | Modifiers | Description |
---|---|---|
load(path) |